Method | Description | |
---|---|---|
GetGump ( int index ) : |
Returns Bitmap of index and if verdata patched
|
|
GetRawGump ( int index, int &width, int &height ) : byte[] | ||
IsValidIndex ( int index ) : bool |
Tests if index is definied
|
|
SetFileIndex ( string idxPath, string mulPath ) : void |
public static GetGump ( int index ) : |
||
index | int | |
return |
public static GetRawGump ( int index, int &width, int &height ) : byte[] | ||
index | int | |
width | int | |
height | int | |
return | byte[] |
public static IsValidIndex ( int index ) : bool | ||
index | int | |
return | bool |
public static SetFileIndex ( string idxPath, string mulPath ) : void | ||
idxPath | string | |
mulPath | string | |
return | void |