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