|
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) |
|
static Foundation | GetFoundation_Clear (TileIndex tile, Slope tileh) |
|
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 tile, TransportType mode, uint sub_mode, DiagDirection side) |
|
static void | GetTileDesc_Clear (TileIndex tile, TileDesc *td) |
|
static void | ChangeTileOwner_Clear (TileIndex tile, Owner old_owner, Owner new_owner) |
|
static CommandCost | TerraformTile_Clear (TileIndex tile, DoCommandFlag flags, int z_new, Slope tileh_new) |
|
Commands related to clear tiles.
Definition in file clear_cmd.cpp.