NWNX:EE  8193.36.12
NWNX_Tileset_CustomTileData Struct Reference

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...
 

Detailed Description

A structure containing custom tile data,.

Definition at line 59 of file nwnx_tileset.nss.

Member Data Documentation

◆ nTileID

int NWNX_Tileset_CustomTileData::nTileID

The tile ID. See the tileset's .set file.

Definition at line 61 of file nwnx_tileset.nss.

◆ nOrientation

int NWNX_Tileset_CustomTileData::nOrientation

The orientation of the tile. Valid values: 0-3.

Definition at line 62 of file nwnx_tileset.nss.

◆ nHeight

int NWNX_Tileset_CustomTileData::nHeight

The height of the tile.

Definition at line 63 of file nwnx_tileset.nss.

◆ nMainLightColor1

int NWNX_Tileset_CustomTileData::nMainLightColor1

A TILE_MAIN_LIGHT_COLOR_* value.

Definition at line 65 of file nwnx_tileset.nss.

◆ nMainLightColor2

int NWNX_Tileset_CustomTileData::nMainLightColor2

A TILE_MAIN_LIGHT_COLOR_* value.

Definition at line 66 of file nwnx_tileset.nss.

◆ nSourceLightColor1

int NWNX_Tileset_CustomTileData::nSourceLightColor1

A TILE_SOURCE_LIGHT_COLOR_* value.

Definition at line 67 of file nwnx_tileset.nss.

◆ nSourceLightColor2

int NWNX_Tileset_CustomTileData::nSourceLightColor2

A TILE_SOURCE_LIGHT_COLOR_* value.

Definition at line 68 of file nwnx_tileset.nss.

◆ bAnimLoop1

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.

◆ bAnimLoop2

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.

◆ bAnimLoop3

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.


The documentation for this struct was generated from the following file: