NWNX:EE  8193.36.12
NWNX_Tileset_TileDoorData Struct Reference

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

Detailed Description

A structure containing the door data for a tile.

Definition at line 49 of file nwnx_tileset.nss.

Member Data Documentation

◆ nType

int NWNX_Tileset_TileDoorData::nType

The type of door, returns an index into doortypes.2da.

Definition at line 51 of file nwnx_tileset.nss.

◆ fX

float NWNX_Tileset_TileDoorData::fX

The X position of the door.

Definition at line 52 of file nwnx_tileset.nss.

◆ fY

float NWNX_Tileset_TileDoorData::fY

The Y position of the door.

Definition at line 53 of file nwnx_tileset.nss.

◆ fZ

float NWNX_Tileset_TileDoorData::fZ

The Z position of the door.

Definition at line 54 of file nwnx_tileset.nss.

◆ fOrientation

float NWNX_Tileset_TileDoorData::fOrientation

The orientation of the door.

Definition at line 55 of file nwnx_tileset.nss.


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