|
UFO: Alien Invasion
|
Defines a placed tile. More...

Data Fields | |
| const Tile * | tile |
| int | x |
| int | y |
| int | idx |
| int | pos |
| int mPlaced_t::idx |
Definition at line 150 of file sv_rma.cpp.
Referenced by SV_AddMapTiles(), SV_AddTile(), and SV_RemoveTile().
| int mPlaced_t::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_t::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_t::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_t::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().