C# 클래스 PandaTeemoReborn.AutoShroom

파일 보기 프로젝트 열기: KarmaPanda/EloBuddy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PlayerAssignedShroomPosition List
ShroomPosition List

공개 메소드들

메소드 설명
AddShroomLocation ( Vector3 position ) : void

Adds a position to Player Assigned List

AddShroomLocations ( List positions ) : void

Adds positions given a list.

Initialize ( ) : void

Initializes AutoShroom

RemoveShroomLocation ( Vector3 position ) : void

Removes a position from Player Assigned List

RemoveShroomLocations ( List positions ) : void

Removes positions given a list.

SavePositions ( ) : void

Saves all Player Assigned positions to a file.

비공개 메소드들

메소드 설명
AssignPosition ( ) : void

Assigns Player Assigned Positions to the addon

AssignPosition ( Vector3 position ) : void

Assigns given position to the addon

AutoShroom ( ) : System.Collections.Generic

To Avoid Multiple Initialize Calls.

LoadDefaultPositions ( ) : void

Loads in Positions saved in addon

LoadPositions ( ) : void

Loads in positions saved on file

메소드 상세

AddShroomLocation() 공개 정적인 메소드

Adds a position to Player Assigned List
public static AddShroomLocation ( Vector3 position ) : void
position Vector3
리턴 void

AddShroomLocations() 공개 정적인 메소드

Adds positions given a list.
public static AddShroomLocations ( List positions ) : void
positions List
리턴 void

Initialize() 공개 정적인 메소드

Initializes AutoShroom
public static Initialize ( ) : void
리턴 void

RemoveShroomLocation() 공개 정적인 메소드

Removes a position from Player Assigned List
public static RemoveShroomLocation ( Vector3 position ) : void
position Vector3
리턴 void

RemoveShroomLocations() 공개 정적인 메소드

Removes positions given a list.
public static RemoveShroomLocations ( List positions ) : void
positions List
리턴 void

SavePositions() 공개 정적인 메소드

Saves all Player Assigned positions to a file.
public static SavePositions ( ) : void
리턴 void

프로퍼티 상세

PlayerAssignedShroomPosition 공개적으로 정적으로 프로퍼티

Holds all the Shroom Positions that was assigned by players.
public static List PlayerAssignedShroomPosition
리턴 List

ShroomPosition 공개적으로 정적으로 프로퍼티

Holds all the Shroom Positions that will be used by Auto Shroom.
public static List ShroomPosition
리턴 List