C# 클래스 Plugins.Treasure

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

공개 메소드들

메소드 설명
AddHighIndex ( ) : void
AddSubIndex ( int hIndex ) : void
GetNumHighIndices ( ) : int
GetNumLowIndices ( int hIndex ) : int
GetTreasureByte ( int treasure, int byteIndex ) : int
GetTreasureDataBase ( int treasure ) : Data
HighIndexUsesPointer ( int hIndex ) : bool
IndexExists ( int treasure ) : bool
RemoveHighIndex ( int hIndex ) : void
RemoveSubIndex ( int index ) : void

비공개 메소드들

메소드 설명
GetHighIndexDataBase ( int hIndex ) : Data

메소드 상세

AddHighIndex() 공개 정적인 메소드

public static AddHighIndex ( ) : void
리턴 void

AddSubIndex() 공개 정적인 메소드

public static AddSubIndex ( int hIndex ) : void
hIndex int
리턴 void

GetNumHighIndices() 공개 정적인 메소드

public static GetNumHighIndices ( ) : int
리턴 int

GetNumLowIndices() 공개 정적인 메소드

public static GetNumLowIndices ( int hIndex ) : int
hIndex int
리턴 int

GetTreasureByte() 공개 정적인 메소드

public static GetTreasureByte ( int treasure, int byteIndex ) : int
treasure int
byteIndex int
리턴 int

GetTreasureDataBase() 공개 정적인 메소드

public static GetTreasureDataBase ( int treasure ) : Data
treasure int
리턴 LynnaLab.Data

HighIndexUsesPointer() 공개 정적인 메소드

public static HighIndexUsesPointer ( int hIndex ) : bool
hIndex int
리턴 bool

IndexExists() 공개 정적인 메소드

public static IndexExists ( int treasure ) : bool
treasure int
리턴 bool

RemoveHighIndex() 공개 정적인 메소드

public static RemoveHighIndex ( int hIndex ) : void
hIndex int
리턴 void

RemoveSubIndex() 공개 정적인 메소드

public static RemoveSubIndex ( int index ) : void
index int
리턴 void