OpenTTD Source
20241108-master-g80f628063a
|
Command definitions related to water tiles. More...
Go to the source code of this file.
Functions | |
CommandCost | CmdBuildShipDepot (DoCommandFlag flags, TileIndex tile, Axis axis) |
Build a ship depot. More... | |
CommandCost | CmdBuildCanal (DoCommandFlag flags, TileIndex tile, TileIndex start_tile, WaterClass wc, bool diagonal) |
Build a piece of canal. More... | |
CommandCost | CmdBuildLock (DoCommandFlag flags, TileIndex tile) |
Builds a lock. More... | |
Command definitions related to water tiles.
Definition in file water_cmd.h.
CommandCost CmdBuildCanal | ( | DoCommandFlag | flags, |
TileIndex | tile, | ||
TileIndex | start_tile, | ||
WaterClass | wc, | ||
bool | diagonal | ||
) |
Build a piece of canal.
flags | type of operation |
tile | end tile of stretch-dragging |
start_tile | start tile of stretch-dragging |
wc | waterclass to build. sea and river can only be built in scenario editor |
diagonal | Whether to use the Orthogonal (0) or Diagonal (1) iterator. |
Definition at line 472 of file water_cmd.cpp.
References CMD_ERROR, IsValidWaterClass(), Map::Size(), and WATER_CLASS_CANAL.
CommandCost CmdBuildLock | ( | DoCommandFlag | flags, |
TileIndex | tile | ||
) |
Builds a lock.
flags | type of operation |
tile | tile where to place the lock |
Definition at line 435 of file water_cmd.cpp.
References DoBuildLock(), GetInclinedSlopeDirection(), GetTileSlope(), INVALID_DIAGDIR, and return_cmd_error.
CommandCost CmdBuildShipDepot | ( | DoCommandFlag | flags, |
TileIndex | tile, | ||
Axis | axis | ||
) |
Build a ship depot.
flags | type of operation |
tile | tile where ship depot is built |
axis | depot orientation (Axis) |
Definition at line 112 of file water_cmd.cpp.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_depot_pool >::CanAllocateItem(), CMD_ERROR, EXPENSES_CONSTRUCTION, GetWaterClass(), HasTileWaterGround(), IsBridgeAbove(), IsTileFlat(), IsValidAxis(), return_cmd_error, and TileOffsByAxis().