A structure containing the group data for a tileset. More...
Public Attributes | |
| string | sName |
| The name of the group. More... | |
| int | nStrRef |
| The StrRef of the group. More... | |
| int | nRows |
| The number of rows the group has. More... | |
| int | nColumns |
| The number of columns the group has. More... | |
A structure containing the group data for a tileset.
Definition at line 26 of file nwnx_tileset.nss.
| string NWNX_Tileset_TilesetGroupData::sName |
The name of the group.
Definition at line 28 of file nwnx_tileset.nss.
| int NWNX_Tileset_TilesetGroupData::nStrRef |
The StrRef of the group.
Definition at line 29 of file nwnx_tileset.nss.
| int NWNX_Tileset_TilesetGroupData::nRows |
The number of rows the group has.
Definition at line 30 of file nwnx_tileset.nss.
| int NWNX_Tileset_TilesetGroupData::nColumns |
The number of columns the group has.
Definition at line 31 of file nwnx_tileset.nss.