A structure containing custom tile data,. More...
Public Attributes | |
int | nTileID |
The tile ID. See the tileset's .set file. More... | |
int | nOrientation |
The orientation of the tile. Valid values: 0-3. More... | |
int | nHeight |
The height of the tile. More... | |
int | nMainLightColor1 |
A TILE_MAIN_LIGHT_COLOR_* value. More... | |
int | nMainLightColor2 |
A TILE_MAIN_LIGHT_COLOR_* value. More... | |
int | nSourceLightColor1 |
A TILE_SOURCE_LIGHT_COLOR_* value. More... | |
int | nSourceLightColor2 |
A TILE_SOURCE_LIGHT_COLOR_* value. More... | |
int | bAnimLoop1 |
A bool to enable or disable the tile's first anim loop. More... | |
int | bAnimLoop2 |
A bool to enable or disable the tile's second anim loop. More... | |
int | bAnimLoop3 |
A bool to enable or disable the tile's third anim loop. More... | |
A structure containing custom tile data,.
Definition at line 59 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::nTileID |
The tile ID. See the tileset's .set file.
Definition at line 61 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::nOrientation |
The orientation of the tile. Valid values: 0-3.
Definition at line 62 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::nHeight |
The height of the tile.
Definition at line 63 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::nMainLightColor1 |
A TILE_MAIN_LIGHT_COLOR_*
value.
Definition at line 65 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::nMainLightColor2 |
A TILE_MAIN_LIGHT_COLOR_*
value.
Definition at line 66 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::nSourceLightColor1 |
A TILE_SOURCE_LIGHT_COLOR_*
value.
Definition at line 67 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::nSourceLightColor2 |
A TILE_SOURCE_LIGHT_COLOR_*
value.
Definition at line 68 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::bAnimLoop1 |
A bool to enable or disable the tile's first anim loop.
Definition at line 70 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::bAnimLoop2 |
A bool to enable or disable the tile's second anim loop.
Definition at line 71 of file nwnx_tileset.nss.
int NWNX_Tileset_CustomTileData::bAnimLoop3 |
A bool to enable or disable the tile's third anim loop.
Definition at line 72 of file nwnx_tileset.nss.