Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dcommand_type.h190 CMD_REMOVE_FROM_RAIL_STATION, ///< remove a (rectangle of) tiles from a rail station enumerator
H A Drail_gui.cpp719 …DoCommandP(end_tile, start_tile, _ctrl_pressed ? 0 : 1, CMD_REMOVE_FROM_RAIL_STATION | CMD_MSG(STR… in OnPlaceMouseUp()
H A Dstation_cmd.cpp1755 return DoCommand(tile, 0, 0, DC_EXEC, CMD_REMOVE_FROM_RAIL_STATION); in RemoveRailStation()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_rail.cpp234 return ScriptObject::DoCommand(tile, tile2, keep_rail ? 1 : 0, CMD_REMOVE_FROM_RAIL_STATION); in RemoveRailStationTileRectangle()