Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
LoadLand ( |
||
LoadStatic ( |
public static GetLand ( int index ) : |
||
index | int | |
Результат |
public static GetLegalItemID ( int itemID ) : ushort | ||
itemID | int | |
Результат | ushort |
public static GetRawLand ( int index ) : byte[] | ||
index | int | |
Результат | byte[] |
public static GetRawStatic ( int index ) : byte[] | ||
index | int | |
Результат | byte[] |
public static GetStatic ( int index ) : |
||
index | int | |
Результат |
public static IsValidLand ( int index ) : bool | ||
index | int | |
Результат | bool |
public static IsValidStatic ( int index ) : bool | ||
index | int | |
Результат | bool |
public static SetFileIndex ( string idxPath, string mulPath ) : void | ||
idxPath | string | |
mulPath | string | |
Результат | void |