Common return value for all commands.
Types related to commands.
@ LandscapeConstruction
Construction and destruction of objects on the map.
@ Auto
set the DoCommandFlag::Auto flag on this command
@ CMD_PLANT_TREE
plant a tree
void PlaceTree(TileIndex tile, uint32_t r, bool keep_density=false)
Make a random tree tile of the given tile.
CommandCost CmdPlantTree(DoCommandFlags flags, TileIndex tile, TileIndex start_tile, uint8_t tree_to_plant, bool diagonal)
Plant a tree.