MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowRVStationPicker

Function ShowRVStationPicker

src/road_gui.cpp:1622–1625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1620);
1621
1622static void ShowRVStationPicker(Window *parent, RoadStopType rs)
1623{
1624 new BuildRoadStationWindow(RoadTypeIsRoad(_cur_roadtype) ? _road_station_picker_desc : _tram_station_picker_desc, parent, rs);
1625}
1626
1627class RoadWaypointPickerCallbacks : public PickerCallbacksNewGRFClass<RoadStopClass> {
1628public:

Callers 1

OnClickMethod · 0.85

Calls 1

RoadTypeIsRoadFunction · 0.85

Tested by

no test coverage detected