A tile info struct. More...
Public Attributes | |
| int | nID |
| The tile's ID. More... | |
| int | nHeight |
| The tile's height. More... | |
| int | nOrientation |
| The tile's orientation. More... | |
| int | nGridX |
| The tile's grid x position. More... | |
| int | nGridY |
| The tile's grid y position. More... | |
A tile info struct.
Definition at line 43 of file nwnx_area.nss.
| int NWNX_Area_TileInfo::nID |
The tile's ID.
Definition at line 45 of file nwnx_area.nss.
| int NWNX_Area_TileInfo::nHeight |
The tile's height.
Definition at line 46 of file nwnx_area.nss.
| int NWNX_Area_TileInfo::nOrientation |
The tile's orientation.
Definition at line 47 of file nwnx_area.nss.
| int NWNX_Area_TileInfo::nGridX |
The tile's grid x position.
Definition at line 48 of file nwnx_area.nss.
| int NWNX_Area_TileInfo::nGridY |
The tile's grid y position.
Definition at line 49 of file nwnx_area.nss.