Common return value for all commands.
Types related to commands.
@ CMDT_LANDSCAPE_CONSTRUCTION
Construction and destruction of objects on the map.
@ Auto
set the DoCommandFlag::Auto flag on this command
@ CMD_BUILD_SHIP_DEPOT
build a ship depot
@ CMD_BUILD_CANAL
build a canal
@ CMD_BUILD_LOCK
build a lock
Axis
Allow incrementing of DiagDirDiff variables.
CommandCost CmdBuildLock(DoCommandFlags flags, TileIndex tile)
Builds a lock.
CommandCost CmdBuildShipDepot(DoCommandFlags flags, TileIndex tile, Axis axis)
Build a ship depot.
CommandCost CmdBuildCanal(DoCommandFlags flags, TileIndex tile, TileIndex start_tile, WaterClass wc, bool diagonal)
Build a piece of canal.
Map accessors for water tiles.
WaterClass
classes of water (for WATER_TILE_CLEAR water tile type).