OpenTTD Source
12.0-beta2
|
Go to the documentation of this file.
10 #ifndef COMMAND_TYPE_H
11 #define COMMAND_TYPE_H
103 this->success =
false;
372 #define CMD_MSG(x) ((x) << 16)
uint32 TileIndex
The index/ID of a Tile.
uint32 cmd
command being executed.
@ CMD_AUTOFILL_TIMETABLE
autofill the timetable
@ CMD_REFIT_VEHICLE
refit the cargo space of a vehicle
@ CMD_CLEAR_AREA
clear an area
@ INVALID_EXPENSES
Invalid expense type.
void MakeError(StringID message)
Makes this CommandCost behave like an error command.
@ CMD_REVERSE_TRAIN_DIRECTION
turn a train around
@ CMD_SKIP_TO_ORDER
skip an order to the next of specific one
@ CMDPL_NO_ACTIONS
No user actions may be executed.
@ CMD_ORDER_REFIT
change the refit information of an order (for "goto depot" )
@ CMD_ADD_VEHICLE_GROUP
add a vehicle to a group
@ CMD_MOVE_RAIL_VEHICLE
move a rail vehicle (in the depot)
@ CMD_DO_TOWN_ACTION
do a action from the town detail window (like advertises or bribe)
@ CMD_SET_AUTOREPLACE
set an autoreplace entry
@ CMD_SCROLL_VIEWPORT
scroll main viewport of players
@ CMD_REMOVE_STORY_PAGE_ELEMENT
remove a story page element
@ CMD_DECREASE_LOAN
decrease the loan from the bank
void MultiplyCost(int factor)
Multiplies the cost of the command by the given factor.
@ CMD_REMOVE_ALL_VEHICLES_GROUP
remove all vehicles from a group
@ CMD_BUILD_INDUSTRY
build a new industry
@ CMD_OFFLINE
the command cannot be executed in a multiplayer game; single-player only
@ CMDT_VEHICLE_CONSTRUCTION
Construction, modification (incl. refit) and destruction of vehicles.
@ CMD_REMOVE_SIGNALS
remove a signal
@ CMD_TOWN_GROWTH_RATE
set the town growth rate
@ CMD_CUSTOM_NEWS_ITEM
create a custom news message
@ CMD_SET_GOAL_TEXT
update goal text of a goal
@ CMD_REMOVE_RAILROAD_TRACK
remove a rail track
CommandType
Types of commands we have.
@ CMD_SEND_VEHICLE_TO_DEPOT
send a vehicle to a depot
@ CMD_BUILD_SINGLE_RAIL
build a single rail track
@ CMD_SET_VEHICLE_VISIBILITY
hide or unhide a vehicle in the build vehicle and autoreplace GUIs
@ CMD_MOVE_ORDER
move an order
@ CMD_SET_GROUP_FLAG
set/clear a flag for a group
@ CMD_RENAME_ENGINE
rename a engine (in the engine list)
void CommandCallback(const CommandCost &result, TileIndex tile, uint32 p1, uint32 p2, uint32 cmd)
Define a callback function for the client, after the command is finished.
@ CMD_NO_EST
the command is never estimated.
@ CMD_BUILD_BRIDGE
build a bridge
Structure for buffering the build command when selecting a station to join.
@ CMD_RENAME_TOWN
rename a town
@ CMD_BUILD_SIGNALS
build a signal
CommandFlags flags
The (command) flags to that apply to this command.
@ DC_NO_WATER
don't allow building on water
@ CMD_SET_COMPANY_COLOUR
set the colour of the company
@ DC_ALL_TILES
allow this command also on MP_VOID tiles
@ CMD_REMOVE_FROM_RAIL_WAYPOINT
remove a (rectangle of) tiles from a rail waypoint
@ CMD_INSERT_ORDER
insert a new order
@ CMDT_CHEAT
A cheat of some sorts.
@ CMDT_COMPANY_SETTING
Changing settings related to a company.
const uint32 * GetTextRefStack() const
Returns a pointer to the values for the TextRefStack of the error message.
@ CMD_TURN_ROADVEH
turn a road vehicle around
@ CMD_CLEAR_ORDER_BACKUP
clear the order backup of a given user/tile
@ DC_EXEC
execute the given command
StringID GetErrorMessage() const
Returns the error message of a command.
CommandCost(ExpensesType ex_t)
Creates a command cost with given expense type and start cost of 0.
static uint32 textref_stack[16]
Values to put on the TextRefStack for the error message.
@ CMD_ENGINE_CTRL
control availability of the engine for companies
DoCommandFlag
List of flags for a command.
@ CMD_REMOVE_SIGNAL_TRACK
remove signals along a track (by dragging)
@ CMD_BUILD_RAILROAD_TRACK
build a rail track
@ CMD_BUILD_TUNNEL
build a tunnel
@ CMD_BUILD_SHIP_DEPOT
build a ship depot
@ CMD_TOWN_CARGO_GOAL
set the goal of a cargo for a town
bool Succeeded() const
Did this command succeed?
@ CMD_SELL_VEHICLE
sell a vehicle
@ CMD_DEITY
the command may be executed by COMPANY_DEITY
@ CMDT_END
Magic end marker.
@ CMD_BUILD_DOCK
build a dock
@ CMD_OPEN_CLOSE_AIRPORT
open/close an airport to incoming aircraft
ExpensesType expense_type
the type of expence as shown on the finances view
std::string text
possible text sent for name changes etc.
@ CMD_DEPOT_MASS_AUTOREPLACE
force the autoreplace to take action in a given depot
CommandFlags
Command flags for the command table _command_proc_table.
@ CMD_SET_GROUP_LIVERY
set the livery for a group
@ CMD_SET_GOAL_COMPLETED
update goal completed status of a goal
@ CMD_WANT_ENGINE_PREVIEW
confirm the preview of an engine
void UseTextRefStack(const GRFFile *grffile, uint num_registers)
Activate usage of the NewGRF TextRefStack for the error message.
Common return value for all commands.
uint textref_stack_size
Number of uint32 values to put on the TextRefStack for the error message.
@ CMDT_OTHER_MANAGEMENT
Renaming stuff, changing company colours, placing signs, etc.
@ CMD_TERRAFORM_LAND
terraform a tile
@ CMD_BUILD_ROAD
build a "half" road
@ CMD_GOAL_QUESTION
ask a goal related question
ExpensesType GetExpensesType() const
The expense type of the cost.
@ CMD_PAUSE
pause the game
@ CMD_SET_GOAL_PROGRESS
update goal progress text of a goal
@ CMD_AUTO
set the DC_AUTO flag on this command
Define a command with the flags which belongs to it.
@ CMD_CHANGE_TIMETABLE
change the timetable for a vehicle
@ CMD_REMOVE_LONG_ROAD
remove a complete road (not a "half" one)
uint GetTextRefStackSize() const
Returns the number of uint32 values for the TextRefStack of the error message.
@ CMD_BUILD_ROAD_STOP
build a road stop
@ CMD_CHANGE_BANK_BALANCE
change bank balance to charge costs or give money from a GS
@ CMD_CHANGE_SERVICE_INT
change the server interval of a vehicle
@ CMD_RENAME_STATION
rename a station
@ CMD_BUILD_ROAD_DEPOT
build a road depot
@ CMD_BUILD_RAIL_WAYPOINT
build a waypoint
@ CMD_RENAME_WAYPOINT
rename a waypoint
CommandType type
The type of command.
bool Failed() const
Did this command fail?
@ CMDPL_NO_LANDSCAPING
No landscaping actions may be executed.
const GRFFile * GetTextRefStackGRF() const
Returns the NewGRF providing the TextRefStack of the error message.
@ CMD_UPDATE_STORY_PAGE_ELEMENT
update a story page element
@ CMDT_ROUTE_MANAGEMENT
Modifications to route management (orders, groups, etc).
@ CMD_SELL_SHARE_IN_COMPANY
sell a share from a company
CommandCost(StringID msg)
Creates a command return value the is failed with the given message.
@ DC_AUTOREPLACE
autoreplace/autorenew is in progress, this shall disable vehicle limits when building,...
@ CMD_BUILD_LONG_ROAD
build a complete road (not a "half" one)
@ CMD_CREATE_STORY_PAGE
create a new story page
@ CMD_GOAL_QUESTION_ANSWER
answer(s) to CMD_GOAL_QUESTION
@ CMD_BUILD_CANAL
build a canal
@ CMD_CLIENT_ID
set p2 with the ClientID of the sending client.
@ CMD_ALTER_GROUP
alter a group
Money GetCost() const
The costs as made up to this moment.
@ CMD_INDUSTRY_CTRL
change industry properties
@ CMD_REMOVE_SINGLE_RAIL
remove a single rail track
@ DC_NO_TEST_TOWN_RATING
town rating does not disallow you from building
@ CMD_STORY_PAGE_BUTTON
selection via story page button
@ CMD_FLAGS_MASK
mask for all command flags
void AddCost(const Money &cost)
Adds the given cost to the cost of the command.
@ CMD_BUILD_TRAIN_DEPOT
build a train depot
@ CMD_DELETE_GROUP
delete a group
@ CMD_REMOVE_FROM_RAIL_STATION
remove a (rectangle of) tiles from a rail station
@ CMD_TOWN_SET_TEXT
set the custom text of a town
@ DC_BANKRUPT
company bankrupts, skip money check, skip vehicle on tile check in some cases
@ CMD_CONVERT_ROAD
convert a road type
@ CMD_LEVEL_LAND
level land
@ CMD_CREATE_STORY_PAGE_ELEMENT
create a new story page element
CommandCallback * callback
any callback function executed upon successful completion of the command.
@ CMD_ADD_SHARED_VEHICLE_GROUP
add all other shared vehicles to a group which are missing
@ CMD_START_STOP_VEHICLE
start or stop a vehicle
const GRFFile * textref_stack_grffile
NewGRF providing the TextRefStack content.
FlaggedCommands
Defines some flags.
@ CMD_REMOVE_STORY_PAGE
remove a story page
CommandPauseLevel
Different command pause levels.
uint32 StringID
Numeric value that represents a string, independent of the selected language.
@ CMD_CREATE_GROUP
create a new group
@ CMDT_VEHICLE_MANAGEMENT
Stopping, starting, sending to depot, turning around, replace orders etc.
@ CMD_FORCE_TRAIN_PROCEED
proceed a train to pass a red signal
@ CMD_CLONE_VEHICLE
clone a vehicle
@ CMD_NO_WATER
set the DC_NO_WATER flag on this command
@ DC_FORCE_CLEAR_TILE
do not only remove the object on the tile, but also clear any water left on it
@ CMD_NETWORK_COMMAND
execute the command without sending it on the network
StringID message
Warning message for when success is unset.
@ CMD_MASS_START_STOP
start/stop all vehicles (in a depot)
@ CMD_EXPAND_TOWN
expand a town
@ CMD_ALL_TILES
allow this command also on MP_VOID tiles
@ CMD_ID_MASK
mask for the command ID
@ CMD_INCREASE_LOAN
increase the loan from the bank
@ CMD_RENAME_COMPANY
change the company name
@ CMD_REMOVE_GOAL
remove a goal
@ CMD_BUILD_LOCK
build a lock
@ DC_NO_CARGO_CAP_CHECK
when autoreplace/autorenew is in progress, this shall prevent truncating the amount of cargo in the v...
@ CMD_BUILD_AIRPORT
build an airport
@ CMD_AUTOREPLACE_VEHICLE
replace/renew a vehicle while it is in a depot
@ CMD_REMOVE_ROAD_STOP
remove a road stop
@ CMD_MODIFY_ORDER
modify an order (like set full-load)
@ CMD_DELETE_ORDER
delete an order
CommandCost(ExpensesType ex_t, const Money &cst)
Creates a command return value with the given start cost and expense type.
@ CMD_BUY_SHARE_IN_COMPANY
buy a share from a company
@ CMDT_SERVER_SETTING
Pausing/removing companies/server settings.
@ CMD_BUILD_OBJECT
build an object
CommandCost()
Creates a command cost return with no cost and no error.
@ DC_AUTO
don't allow building on structures
@ CMD_NO_TEST
the command's output may differ between test and execute due to town rating changes etc.
@ DC_NO_MODIFY_TOWN_RATING
do not change town rating
@ CMD_SET_TIMETABLE_START
set the date that a timetable should start
@ CMD_SHOW_STORY_PAGE
show a story page
@ CMD_RENAME_DEPOT
rename a depot
@ CMD_COMPANY_CTRL
used in multiplayer to create a new companies etc.
DECLARE_ENUM_AS_BIT_SET(GenderEthnicity) enum CompanyManagerFaceVariable
Bitgroups of the CompanyManagerFace variable.
@ CMD_CREATE_GOAL
create a new goal
Money cost
The cost of this action.
@ CMD_CONVERT_RAIL
convert a rail type
@ CMD_FOUND_TOWN
found a town
@ CMD_CHANGE_SETTING
change a setting
@ CMDPL_ALL_ACTIONS
All actions may be executed.
@ CMD_SET_VEHICLE_ON_TIME
set the vehicle on time feature (timetable)
const char * name
A human readable name for the procedure.
@ CMD_MONEY_CHEAT
do the money cheat
@ CMD_PLANT_TREE
plant a tree
@ CMD_SET_STORY_PAGE_TITLE
update title of a story page
@ CMD_BUILD_VEHICLE
build a vehicle
CommandCost CommandProc(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const std::string &text)
Defines the callback type for all command handler functions.
@ CMD_END
Must ALWAYS be on the end of this list!! (period)
@ CMD_SERVER
the command can only be initiated by the server
@ CMD_SPECTATOR
the command may be initiated by a spectator
@ DC_QUERY_COST
query cost only, don't build.
TileIndex tile
tile command being executed on.
@ CMD_STR_CTRL
the command's string may contain control strings
@ CMD_SET_COMPANY_MANAGER_FACE
set the manager's face of the company
ExpensesType
Types of expenses.
@ CMD_DELETE_TOWN
delete a town
@ CMD_RENAME_SIGN
rename a sign
@ CMD_RENAME_PRESIDENT
change the president name
@ CMDPL_NO_CONSTRUCTION
No construction actions may be executed.
@ CMD_RENAME_VEHICLE
rename a whole vehicle
@ CMD_CHANGE_COMPANY_SETTING
change a company setting
@ CMDT_MONEY_MANAGEMENT
Management of money, i.e. loans and shares.
@ CMD_BUILD_RAIL_STATION
build a rail station
@ CMD_PLACE_SIGN
place a sign
@ CMD_GIVE_MONEY
give money to another company
@ CMD_BUY_COMPANY
buy a company which is bankrupt
@ CMD_BUILD_SIGNAL_TRACK
add signals along a track (by dragging)
@ CMDT_LANDSCAPE_CONSTRUCTION
Construction and destruction of objects on the map.
@ CMD_DEPOT_SELL_ALL_VEHICLES
sell all vehicles which are in a given depot
@ CMD_LANDSCAPE_CLEAR
demolish a tile
@ CMD_SET_STORY_PAGE_DATE
update date of a story page
@ CMD_BUILD_BUOY
build a buoy
static const StringID INVALID_STRING_ID
Constant representing an invalid string (16bit in case it is used in savegames)
Dynamic data of a loaded NewGRF.
CommandProc * proc
The procedure to actually executing.
@ CMD_CREATE_SUBSIDY
create a new subsidy
bool success
Whether the comment went fine up to this moment.
@ CMD_CLONE_ORDER
clone (and share) an order
@ CMD_TOWN_RATING
set rating of a company in a town
Commands
List of commands.