Stores the parsed data for a map tile. (See *.ump files). More...
#include <sv_rma.h>
Data Fields | |
char | id [MAX_VAR] |
unsigned long | spec [MAX_TILESIZE][MAX_TILESIZE] |
int | w |
int | h |
int | area |
Stores the parsed data for a map tile. (See *.ump files).
Definition at line 43 of file sv_rma.h.
int mTile_s::area |
int mTile_s::h |
The width and height of the tile.
Definition at line 46 of file sv_rma.h.
Referenced by SV_AddTile(), SV_FitTile(), SV_ParseMapTile(), and SV_RemoveTile().
char mTile_s::id[MAX_VAR] |
The id (string) of the tile as defined in the ump file (next to "tile").
Definition at line 44 of file sv_rma.h.
Referenced by SV_AssembleMap(), SV_DumpPlaced(), SV_GetMapTile(), SV_ParseAssembly(), and SV_ParseMapTile().
unsigned long mTile_s::spec[MAX_TILESIZE][MAX_TILESIZE] |
connection/alternatives info for the tile
Definition at line 45 of file sv_rma.h.
Referenced by SV_AddTile(), SV_DumpPlaced(), SV_FitTile(), SV_ParseMapTile(), and SV_RemoveTile().
int mTile_s::w |
Definition at line 46 of file sv_rma.h.
Referenced by SV_AddTile(), SV_FitTile(), SV_ParseMapTile(), and SV_RemoveTile().