Méthode | 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 |
Méthode | Description | |
---|---|---|
LoadLand ( |
||
LoadStatic ( |
public static GetLand ( int index ) : |
||
index | int | |
Résultat |
public static GetLegalItemID ( int itemID ) : ushort | ||
itemID | int | |
Résultat | ushort |
public static GetRawLand ( int index ) : byte[] | ||
index | int | |
Résultat | byte[] |
public static GetRawStatic ( int index ) : byte[] | ||
index | int | |
Résultat | byte[] |
public static GetStatic ( int index ) : |
||
index | int | |
Résultat |
public static IsValidLand ( int index ) : bool | ||
index | int | |
Résultat | bool |
public static IsValidStatic ( int index ) : bool | ||
index | int | |
Résultat | bool |
public static SetFileIndex ( string idxPath, string mulPath ) : void | ||
idxPath | string | |
mulPath | string | |
Résultat | void |