Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ShowBuildDockStationPicker
Function
ShowBuildDockStationPicker
src/dock_gui.cpp:512–515 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
510
);
511
512
static void ShowBuildDockStationPicker(Window *parent)
513
{
514
new BuildDocksStationWindow(_build_dock_station_desc, parent);
515
}
516
517
struct BuildDocksDepotWindow : public PickerWindowBase {
518
private:
Callers
1
OnClick
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected