|
| static CommandCost | ClearTile_Clear (TileIndex tile, DoCommandFlags flags) |
| |
| void | DrawClearLandTile (const TileInfo *ti, uint8_t 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.
|
| |
| 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, DoCommandFlags flags, int, Slope) |
| |
| static CommandCost | CheckBuildAbove_Clear (TileIndex, DoCommandFlags, Axis, int) |
| |
Commands related to clear tiles.
Definition in file clear_cmd.cpp.