Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dcommand_type.h197 CMD_BUILD_ROAD_STOP, ///< build a road stop enumerator
H A Droad_gui.cpp685 …nd_tile, _cur_roadtype << 5 | (_ctrl_pressed << 2) | ROADSTOP_BUS, CMD_BUILD_ROAD_STOP | CMD_MSG(t… in OnPlaceMouseUp()
697 …_tile, _cur_roadtype << 5 | (_ctrl_pressed << 2) | ROADSTOP_TRUCK, CMD_BUILD_ROAD_STOP | CMD_MSG(t… in OnPlaceMouseUp()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_road.cpp558 return ScriptObject::DoCommand(tile, 1 | 1 << 8, p2, CMD_BUILD_ROAD_STOP); in _BuildRoadStationInternal()