UFO: Alien Invasion
|
Defines a tile to place. More...
Data Fields | |
Tile * | tile |
int | min |
int | max |
int | cnt |
int mToPlace_s::cnt |
Current count of placements
Definition at line 140 of file sv_rma.cpp.
Referenced by SV_AddMissingTiles_r(), SV_AddTile(), and SV_RemoveTile().
int mToPlace_s::max |
Minimum and maximum count of placements.
Definition at line 139 of file sv_rma.cpp.
Referenced by SV_AddMissingTiles_r(), SV_PrepareTilesToPlace(), and SV_PrintAssemblyStats().
int mToPlace_s::min |
Definition at line 139 of file sv_rma.cpp.
Referenced by SV_PrepareTilesToPlace(), and SV_PrintAssemblyStats().
Tile* mToPlace_s::tile |
The tile to place.
Definition at line 138 of file sv_rma.cpp.
Referenced by SV_AddMissingTiles_r(), SV_GapGetFlagsAtAbsPos(), SV_GapListBuild(), SV_PrepareTilesToPlace(), and SV_PrintAssemblyStats().