Method | Description | |
---|---|---|
AddHighIndex ( ) : void | ||
AddSubIndex ( int hIndex ) : void | ||
GetNumHighIndices ( ) : int | ||
GetNumLowIndices ( int hIndex ) : int | ||
GetTreasureByte ( int treasure, int byteIndex ) : int | ||
GetTreasureDataBase ( int treasure ) : |
||
HighIndexUsesPointer ( int hIndex ) : bool | ||
IndexExists ( int treasure ) : bool | ||
RemoveHighIndex ( int hIndex ) : void | ||
RemoveSubIndex ( int index ) : void |
Method | Description | |
---|---|---|
GetHighIndexDataBase ( int hIndex ) : |
public static AddSubIndex ( int hIndex ) : void | ||
hIndex | int | |
return | void |
public static GetNumLowIndices ( int hIndex ) : int | ||
hIndex | int | |
return | int |
public static GetTreasureByte ( int treasure, int byteIndex ) : int | ||
treasure | int | |
byteIndex | int | |
return | int |
public static GetTreasureDataBase ( int treasure ) : |
||
treasure | int | |
return |
public static HighIndexUsesPointer ( int hIndex ) : bool | ||
hIndex | int | |
return | bool |
public static IndexExists ( int treasure ) : bool | ||
treasure | int | |
return | bool |
public static RemoveHighIndex ( int hIndex ) : void | ||
hIndex | int | |
return | void |
public static RemoveSubIndex ( int index ) : void | ||
index | int | |
return | void |