A structure containing the door data for a tile. More...
Public Attributes | |
int | nType |
The type of door, returns an index into doortypes.2da. More... | |
float | fX |
The X position of the door. More... | |
float | fY |
The Y position of the door. More... | |
float | fZ |
The Z position of the door. More... | |
float | fOrientation |
The orientation of the door. More... | |
A structure containing the door data for a tile.
Definition at line 49 of file nwnx_tileset.nss.
int NWNX_Tileset_TileDoorData::nType |
The type of door, returns an index into doortypes.2da.
Definition at line 51 of file nwnx_tileset.nss.
float NWNX_Tileset_TileDoorData::fX |
The X position of the door.
Definition at line 52 of file nwnx_tileset.nss.
float NWNX_Tileset_TileDoorData::fY |
The Y position of the door.
Definition at line 53 of file nwnx_tileset.nss.
float NWNX_Tileset_TileDoorData::fZ |
The Z position of the door.
Definition at line 54 of file nwnx_tileset.nss.
float NWNX_Tileset_TileDoorData::fOrientation |
The orientation of the door.
Definition at line 55 of file nwnx_tileset.nss.