|
|
static CommandCost | ClearTile_Clear (TileIndex tile, DoCommandFlag flags) |
| |
|
void | DrawClearLandTile (const TileInfo *ti, byte set) |
| |
|
void | DrawHillyLandTile (const TileInfo *ti) |
| |
|
static void | DrawClearLandFence (const TileInfo *ti) |
| |
|
static void | DrawTile_Clear (TileInfo *ti) |
| |
|
static int | GetSlopePixelZ_Clear (TileIndex tile, uint x, uint y, bool) |
| |
|
static Foundation | GetFoundation_Clear (TileIndex, Slope) |
| |
|
static void | UpdateFences (TileIndex tile) |
| |
|
static void | TileLoopClearAlps (TileIndex tile) |
| | Convert to or from snowy tiles.
|
| |
| static bool | NeighbourIsNormal (TileIndex tile) |
| | Tests if at least one surrounding tile is non-desert. More...
|
| |
|
static void | TileLoopClearDesert (TileIndex tile) |
| |
|
static void | TileLoop_Clear (TileIndex tile) |
| |
|
void | GenerateClearTile () |
| |
|
static TrackStatus | GetTileTrackStatus_Clear (TileIndex, TransportType, uint, DiagDirection) |
| |
|
static void | GetTileDesc_Clear (TileIndex tile, TileDesc *td) |
| |
|
static void | ChangeTileOwner_Clear (TileIndex, Owner, Owner) |
| |
|
static CommandCost | TerraformTile_Clear (TileIndex tile, DoCommandFlag flags, int, Slope) |
| |
Commands related to clear tiles.
Definition in file clear_cmd.cpp.