10#ifndef TERRAFORM_CMD_H
11#define TERRAFORM_CMD_H
Common return value for all commands.
Types related to commands.
@ CMDT_LANDSCAPE_CONSTRUCTION
Construction and destruction of objects on the map.
void CommandCallback(Commands cmd, const CommandCost &result, TileIndex tile)
Define a callback function for the client, after the command is finished.
@ Auto
set the DoCommandFlag::Auto flag on this command
@ AllTiles
allow this command also on MP_VOID tiles
@ NoTest
the command's output may differ between test and execute due to town rating changes etc.
Commands
List of commands.
@ CMD_LEVEL_LAND
level land
@ CMD_TERRAFORM_LAND
terraform a tile
LevelMode
Argument for CmdLevelLand describing what to do.
Slope
Enumeration for the slope-type.