|
OpenTTD Source
14.0-beta3
|
Go to the documentation of this file.
10 #ifndef WAYPOINT_CMD_H
11 #define WAYPOINT_CMD_H
Axis
Allow incrementing of DiagDirDiff variables.
DoCommandFlag
List of flags for a command.
@ CMD_REMOVE_FROM_RAIL_WAYPOINT
remove a (rectangle of) tiles from a rail waypoint
enum StationClassID byte CommandCost CmdBuildRailWaypoint(DoCommandFlag flags, TileIndex start_tile, Axis axis, byte width, byte height, StationClassID spec_class, uint16_t spec_index, StationID station_to_join, bool adjacent)
Convert existing rail to waypoint.
Common return value for all commands.
CommandCost CmdRemoveFromRailWaypoint(DoCommandFlag flags, TileIndex start, TileIndex end, bool keep_rail)
Remove a single tile from a waypoint.
@ CMDT_OTHER_MANAGEMENT
Renaming stuff, changing company colours, placing signs, etc.
@ CMD_AUTO
set the DC_AUTO flag on this command
CommandCost CmdRenameWaypoint(DoCommandFlag flags, StationID waypoint_id, const std::string &text)
Rename a waypoint.
@ CMD_BUILD_RAIL_WAYPOINT
build a waypoint
@ CMD_RENAME_WAYPOINT
rename a waypoint
CommandCost CmdBuildBuoy(DoCommandFlag flags, TileIndex tile)
Build a buoy.
@ CMD_BUILD_BUOY
build a buoy
@ CMDT_LANDSCAPE_CONSTRUCTION
Construction and destruction of objects on the map.