Home
last modified time | relevance | path

Searched refs:CMD_EXPAND_TOWN (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dcommand_type.h269 CMD_EXPAND_TOWN, ///< expand a town enumerator
H A Dtown_gui.cpp477 DoCommandP(0, this->window_number, 0, CMD_EXPAND_TOWN | CMD_MSG(STR_ERROR_CAN_T_EXPAND_TOWN)); in OnClick()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_town.cpp278 return ScriptObject::DoCommand(::Town::Get(town_id)->xy, town_id, houses, CMD_EXPAND_TOWN); in ExpandTown()