mTile_s Struct Reference

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

Detailed Description

Stores the parsed data for a map tile. (See *.ump files).

Definition at line 43 of file sv_rma.h.


Field Documentation

Number of solid parts

Definition at line 47 of file sv_rma.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().

Definition at line 46 of file sv_rma.h.

Referenced by SV_AddTile(), SV_FitTile(), SV_ParseMapTile(), and SV_RemoveTile().


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

Generated by  doxygen 1.6.2