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
@ NoWater
set the DoCommandFlag::NoWater flag on this command
@ Deity
the command may be executed by COMPANY_DEITY
@ NoTest
the command's output may differ between test and execute due to town rating changes etc.
@ CMD_BUILD_OBJECT_AREA
build an area of objects
@ CMD_BUILD_OBJECT
build an object
CommandCost CmdBuildObjectArea(DoCommandFlags flags, TileIndex tile, TileIndex start_tile, ObjectType type, uint8_t view, bool diagonal)
Construct multiple objects in an area.
CommandCost CmdBuildObject(DoCommandFlags flags, TileIndex tile, ObjectType type, uint8_t view)
Build an object object.
Types related to object tiles.
uint16_t ObjectType
Types of objects.