C# Class Plugins.Treasure

ファイルを表示 Open project: Drenn1/LynnaLab Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
GetHighIndexDataBase ( int hIndex ) : Data

Method Details

AddHighIndex() public static method

public static AddHighIndex ( ) : void
return void

AddSubIndex() public static method

public static AddSubIndex ( int hIndex ) : void
hIndex int
return void

GetNumHighIndices() public static method

public static GetNumHighIndices ( ) : int
return int

GetNumLowIndices() public static method

public static GetNumLowIndices ( int hIndex ) : int
hIndex int
return int

GetTreasureByte() public static method

public static GetTreasureByte ( int treasure, int byteIndex ) : int
treasure int
byteIndex int
return int

GetTreasureDataBase() public static method

public static GetTreasureDataBase ( int treasure ) : Data
treasure int
return LynnaLab.Data

HighIndexUsesPointer() public static method

public static HighIndexUsesPointer ( int hIndex ) : bool
hIndex int
return bool

IndexExists() public static method

public static IndexExists ( int treasure ) : bool
treasure int
return bool

RemoveHighIndex() public static method

public static RemoveHighIndex ( int hIndex ) : void
hIndex int
return void

RemoveSubIndex() public static method

public static RemoveSubIndex ( int index ) : void
index int
return void