TileInfo

Simple TileInfo struct, mostly for internal communication and loading.

Members

Functions

opCmp
int opCmp(TileInfo rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
wchar id;

ID of the tile in wchar format

name
string name;

Name of the tile

num
int num;

Number of tile in the file

palShift
ushort palShift;

palShift offset of the tile

Meta