A structure containing general tileset data. More...
Public Attributes | |
int | nNumTileData |
The number of tiles in the tileset. More... | |
float | fHeightTransition |
The height difference between tiles on different heights. More... | |
int | nNumTerrain |
The number of terrains in the tileset. More... | |
int | nNumCrossers |
The number of crossers in the tileset. More... | |
int | nNumGroups |
The number of groups in the tileset. More... | |
string | sBorderTerrain |
The default border terrain of the tileset. More... | |
string | sDefaultTerrain |
The default terrain of the tileset. More... | |
string | sFloorTerrain |
The default floor terrain of the tileset. More... | |
int | nDisplayNameStrRef |
The name of the tileset as strref, -1 if not set. More... | |
string | sUnlocalizedName |
The unlocalized name of the tileset, "" if not set. More... | |
int | bInterior |
The type of tileset. TRUE for interior, FALSE for exterior. More... | |
int | bHasHeightTransition |
TRUE if the tileset supports multiple height levels. FALSE if not. More... | |
A structure containing general tileset data.
Definition at line 10 of file nwnx_tileset.nss.
int NWNX_Tileset_TilesetData::nNumTileData |
The number of tiles in the tileset.
Definition at line 12 of file nwnx_tileset.nss.
float NWNX_Tileset_TilesetData::fHeightTransition |
The height difference between tiles on different heights.
Definition at line 13 of file nwnx_tileset.nss.
int NWNX_Tileset_TilesetData::nNumTerrain |
The number of terrains in the tileset.
Definition at line 14 of file nwnx_tileset.nss.
int NWNX_Tileset_TilesetData::nNumCrossers |
The number of crossers in the tileset.
Definition at line 15 of file nwnx_tileset.nss.
int NWNX_Tileset_TilesetData::nNumGroups |
The number of groups in the tileset.
Definition at line 16 of file nwnx_tileset.nss.
string NWNX_Tileset_TilesetData::sBorderTerrain |
The default border terrain of the tileset.
Definition at line 17 of file nwnx_tileset.nss.
string NWNX_Tileset_TilesetData::sDefaultTerrain |
The default terrain of the tileset.
Definition at line 18 of file nwnx_tileset.nss.
string NWNX_Tileset_TilesetData::sFloorTerrain |
The default floor terrain of the tileset.
Definition at line 19 of file nwnx_tileset.nss.
int NWNX_Tileset_TilesetData::nDisplayNameStrRef |
The name of the tileset as strref, -1 if not set.
Definition at line 20 of file nwnx_tileset.nss.
string NWNX_Tileset_TilesetData::sUnlocalizedName |
The unlocalized name of the tileset, "" if not set.
Definition at line 21 of file nwnx_tileset.nss.
int NWNX_Tileset_TilesetData::bInterior |
The type of tileset. TRUE for interior, FALSE for exterior.
Definition at line 22 of file nwnx_tileset.nss.
int NWNX_Tileset_TilesetData::bHasHeightTransition |
TRUE if the tileset supports multiple height levels. FALSE if not.
Definition at line 23 of file nwnx_tileset.nss.