Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ShowBuildTrainDepotPicker
Function
ShowBuildTrainDepotPicker
src/rail_gui.cpp:1786–1789 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1784
);
1785
1786
static void ShowBuildTrainDepotPicker(Window *parent)
1787
{
1788
new BuildRailDepotWindow(_build_depot_desc, parent);
1789
}
1790
1791
class WaypointPickerCallbacks : public PickerCallbacksNewGRFClass<StationClass> {
1792
public:
Callers
1
OnClick
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected