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

Function ShowBuildRoadWaypointPicker

src/road_gui.cpp:1743–1747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1741);
1742
1743static void ShowBuildRoadWaypointPicker(Window *parent)
1744{
1745 if (!RoadWaypointPickerCallbacks::instance.IsActive()) return;
1746 new BuildRoadWaypointWindow(_build_road_waypoint_desc, parent);
1747}
1748
1749void InitializeRoadGui()
1750{

Callers 1

OnClickMethod · 0.85

Calls 1

IsActiveMethod · 0.45

Tested by

no test coverage detected