Method | Description | |
---|---|---|
GetIdxLength ( ) : int | ||
GetLand ( int index ) : |
||
GetLegalItemID ( int itemID ) : ushort | ||
GetMaxItemID ( ) : int | ||
GetRawLand ( int index ) : byte[] | ||
GetRawStatic ( int index ) : byte[] | ||
GetStatic ( int index ) : |
||
IsValidLand ( int index ) : bool | ||
IsValidStatic ( int index ) : bool | ||
SetFileIndex ( string idxPath, string mulPath ) : void |
Method | Description | |
---|---|---|
LoadLand ( |
||
LoadStatic ( |
public static GetLand ( int index ) : |
||
index | int | |
return |
public static GetLegalItemID ( int itemID ) : ushort | ||
itemID | int | |
return | ushort |
public static GetRawLand ( int index ) : byte[] | ||
index | int | |
return | byte[] |
public static GetRawStatic ( int index ) : byte[] | ||
index | int | |
return | byte[] |
public static GetStatic ( int index ) : |
||
index | int | |
return |
public static IsValidLand ( int index ) : bool | ||
index | int | |
return | bool |
public static IsValidStatic ( int index ) : bool | ||
index | int | |
return | bool |
public static SetFileIndex ( string idxPath, string mulPath ) : void | ||
idxPath | string | |
mulPath | string | |
return | void |