A structure containing the edge and corner types of a tile. More...
Public Attributes | |
string | sTopLeft |
The top left corner. More... | |
string | sTop |
The top edge. More... | |
string | sTopRight |
The top right corner. More... | |
string | sRight |
The right edge. More... | |
string | sBottomRight |
The bottom right corner. More... | |
string | sBottom |
The bottom edge. More... | |
string | sBottomLeft |
The bottom left corner. More... | |
string | sLeft |
The left edge. More... | |
A structure containing the edge and corner types of a tile.
Definition at line 36 of file nwnx_tileset.nss.
string NWNX_Tileset_TileEdgesAndCorners::sTopLeft |
The top left corner.
Definition at line 38 of file nwnx_tileset.nss.
string NWNX_Tileset_TileEdgesAndCorners::sTop |
The top edge.
Definition at line 39 of file nwnx_tileset.nss.
string NWNX_Tileset_TileEdgesAndCorners::sTopRight |
The top right corner.
Definition at line 40 of file nwnx_tileset.nss.
string NWNX_Tileset_TileEdgesAndCorners::sRight |
The right edge.
Definition at line 41 of file nwnx_tileset.nss.
string NWNX_Tileset_TileEdgesAndCorners::sBottomRight |
The bottom right corner.
Definition at line 42 of file nwnx_tileset.nss.
string NWNX_Tileset_TileEdgesAndCorners::sBottom |
The bottom edge.
Definition at line 43 of file nwnx_tileset.nss.
string NWNX_Tileset_TileEdgesAndCorners::sBottomLeft |
The bottom left corner.
Definition at line 44 of file nwnx_tileset.nss.
string NWNX_Tileset_TileEdgesAndCorners::sLeft |
The left edge.
Definition at line 45 of file nwnx_tileset.nss.