Home
last modified time | relevance | path

Searched refs:CMD_RENAME_COMPANY (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dcommand_type.h246 CMD_RENAME_COMPANY, ///< change the company name enumerator
H A Dcompany_cmd.cpp1130 DoCommand(0, 0, 0, DC_EXEC, CMD_RENAME_COMPANY, text + " Transport"); in CmdRenamePresident()
H A Dcompany_gui.cpp2647 …DoCommandP(0, 0, 0, CMD_RENAME_COMPANY | CMD_MSG(STR_ERROR_CAN_T_CHANGE_COMPANY_NAME), nullptr, st… in OnQueryTextFinished()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_company.cpp51 return ScriptObject::DoCommand(0, 0, 0, CMD_RENAME_COMPANY, text); in SetName()