Méthode | Description | |
---|---|---|
GetIdxLength ( ) : int | ||
GetTexture ( int index ) : Bitmap |
Returns Bitmap of Texture
|
|
GetTexture ( int index, bool &patched ) : Bitmap |
Returns Bitmap of Texture with verdata bool
|
|
Reload ( ) : void |
ReReads texmaps
|
|
Remove ( int index ) : void |
Removes Texture m_Removed
|
|
Replace ( int index, Bitmap bmp ) : void |
Replaces Texture
|
|
Save ( string path ) : void | ||
TestTexture ( int index ) : bool |
Tests if index is valid Texture
|
Méthode | Description | |
---|---|---|
compareSaveImages ( byte newchecksum, CheckSums &sum ) : bool |
public static GetTexture ( int index ) : Bitmap | ||
index | int | |
Résultat | Bitmap |
public static GetTexture ( int index, bool &patched ) : Bitmap | ||
index | int | |
patched | bool | |
Résultat | Bitmap |
public static Replace ( int index, Bitmap bmp ) : void | ||
index | int | |
bmp | Bitmap | |
Résultat | void |
public static TestTexture ( int index ) : bool | ||
index | int | |
Résultat | bool |