Property | Type | Description | |
---|---|---|---|
Modified | bool |
Method | Description | |
---|---|---|
GetIdxLength ( ) : int | ||
GetLand ( int index ) : |
Returns Bitmap of LandTile (with Cache)
|
|
GetLand ( int index, bool &patched ) : |
Returns Bitmap of LandTile (with Cache) and verdata bool
|
|
GetLegalItemID ( int itemID, bool checkmaxid = true ) : ushort | ||
GetMaxItemID ( ) : int | ||
GetRawLand ( int index ) : byte[] | ||
GetRawStatic ( int index ) : byte[] | ||
GetStatic ( int index, bool checkmaxid = true ) : |
Returns Bitmap of Static (with Cache)
|
|
GetStatic ( int index, bool &patched, bool checkmaxid = true ) : |
Returns Bitmap of Static (with Cache) and verdata bool
|
|
IsUOAHS ( ) : bool | ||
IsValidLand ( int index ) : bool |
Tests if LandTile is definied
|
|
IsValidStatic ( int index ) : bool |
Tests if Static is definied (width and hight check)
|
|
Measure ( |
||
Reload ( ) : void |
ReReads Art.mul
|
|
RemoveLand ( int index ) : void |
Removes Land index m_Removed
|
|
RemoveStatic ( int index ) : void |
Removes Static index m_Removed
|
|
ReplaceLand ( int index, |
Sets bmp of index in m_Cache of Land
|
|
ReplaceStatic ( int index, |
Sets bmp of index in m_Cache of Static
|
|
Save ( string path ) : void |
Saves mul
|
Method | Description | |
---|---|---|
Art ( ) : System.Collections | ||
LoadLand ( |
||
LoadStatic ( |
||
compareSaveImagesLand ( byte newchecksum, CheckSums &sum ) : bool | ||
compareSaveImagesStatic ( byte newchecksum, CheckSums &sum ) : bool |
public static GetLand ( int index ) : |
||
index | int | |
return |
public static GetLand ( int index, bool &patched ) : |
||
index | int | |
patched | bool | |
return |
public static GetLegalItemID ( int itemID, bool checkmaxid = true ) : ushort | ||
itemID | int | |
checkmaxid | bool | |
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, bool checkmaxid = true ) : |
||
index | int | |
checkmaxid | bool | |
return |
public static GetStatic ( int index, bool &patched, bool checkmaxid = true ) : |
||
index | int | |
patched | bool | |
checkmaxid | bool | |
return |
public static IsValidLand ( int index ) : bool | ||
index | int | |
return | bool |
public static IsValidStatic ( int index ) : bool | ||
index | int | |
return | bool |
public static Measure ( |
||
bmp | ||
xMin | int | |
yMin | int | |
xMax | int | |
yMax | int | |
return | void |
public static RemoveLand ( int index ) : void | ||
index | int | |
return | void |
public static RemoveStatic ( int index ) : void | ||
index | int | |
return | void |
public static ReplaceLand ( int index, |
||
index | int | |
bmp | ||
return | void |
public static ReplaceStatic ( int index, |
||
index | int | |
bmp | ||
return | void |