UFO: Alien Invasion
|
Defines a placed tile. More...
Data Fields | |
const Tile * | tile |
int | x |
int | y |
int | idx |
int | pos |
int mPlaced_s::idx |
Definition at line 150 of file sv_rma.cpp.
Referenced by SV_AddMapTiles(), SV_AddTile(), and SV_RemoveTile().
int mPlaced_s::pos |
Stores the state of the placement algorithm
Definition at line 150 of file sv_rma.cpp.
Referenced by SV_AddTile(), and SV_RemoveTile().
const Tile* mPlaced_s::tile |
The tile that was/is placed.
Definition at line 148 of file sv_rma.cpp.
Referenced by SV_AddTile(), SV_BuildMapStrings(), SV_DumpPlaced(), SV_RemoveTile(), and SV_RmaPrintMap().
int mPlaced_s::x |
Definition at line 149 of file sv_rma.cpp.
Referenced by SV_AddTile(), SV_BuildMapStrings(), SV_DumpPlaced(), SV_RemoveTile(), and SV_RmaPrintMap().
int mPlaced_s::y |
The position in the map the tile was/is placed in.
Definition at line 149 of file sv_rma.cpp.
Referenced by SV_AddTile(), SV_BuildMapStrings(), SV_DumpPlaced(), SV_RemoveTile(), and SV_RmaPrintMap().