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

Function ShowBuildWaypointPicker

src/rail_gui.cpp:1906–1910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1904);
1905
1906static void ShowBuildWaypointPicker(Window *parent)
1907{
1908 if (!WaypointPickerCallbacks::instance.IsActive()) return;
1909 new BuildRailWaypointWindow(_build_waypoint_desc, parent);
1910}
1911
1912/**
1913 * Initialize rail building GUI settings

Callers 1

OnClickMethod · 0.85

Calls 1

IsActiveMethod · 0.45

Tested by

no test coverage detected