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

Function ShowBuildDocksScenToolbar

src/dock_gui.cpp:415–418  ·  view source on GitHub ↗

* Open the build water toolbar window for the scenario editor. * * @return newly opened water toolbar, or nullptr if the toolbar could not be opened. */

Source from the content-addressed store, hash-verified

413 * @return newly opened water toolbar, or nullptr if the toolbar could not be opened.
414 */
415Window *ShowBuildDocksScenToolbar()
416{
417 return AllocateWindowDescFront<BuildDocksToolbarWindow>(_build_docks_scen_toolbar_desc, TRANSPORT_WATER);
418}
419
420struct BuildDocksStationWindow : public PickerWindowBase {
421public:

Callers 1

ToolbarScenBuildDocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected