Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dcommand_type.h270 CMD_DELETE_TOWN, ///< delete a town enumerator
H A Dtown_gui.cpp482 DoCommandP(0, this->window_number, 0, CMD_DELETE_TOWN | CMD_MSG(STR_ERROR_TOWN_CAN_T_DELETE)); in OnClick()
H A Dtown_cmd.cpp2182 [[maybe_unused]] CommandCost rc = DoCommand(t->xy, t->index, 0, DC_EXEC, CMD_DELETE_TOWN); in CreateRandomTown()