|
UFO: Alien Invasion
|
A list of tiles with the same size and neighbouring requirements to randomly pick from. More...

Data Fields | |
| char | id [MAX_VAR] |
| char | tiles [MAX_TILESETTILES][MAX_VAR] |
| int | numTiles |
A list of tiles with the same size and neighbouring requirements to randomly pick from.
Definition at line 95 of file sv_rma.cpp.
| char TileSet::id[MAX_VAR] |
Definition at line 97 of file sv_rma.cpp.
Referenced by SV_GetMapTileSet(), SV_GetTilesFromTileSet(), and SV_ParseMapTileSet().
| int TileSet::numTiles |
Definition at line 99 of file sv_rma.cpp.
Referenced by SV_GetTileFromTileSet(), SV_GetTilesFromTileSet(), and SV_ParseMapTileSet().
| char TileSet::tiles[MAX_TILESETTILES][MAX_VAR] |
Definition at line 98 of file sv_rma.cpp.
Referenced by SV_GetTileFromTileSet(), SV_GetTilesFromTileSet(), and SV_ParseMapTileSet().