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

Function MakeScenarioToolbar

src/toolbar_gui.cpp:2574–2577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2572};
2573
2574static std::unique_ptr<NWidgetBase> MakeScenarioToolbar()
2575{
2576 return MakeNWidgets(_nested_toolb_scen_inner_widgets, std::make_unique<NWidgetScenarioToolbarContainer>());
2577}
2578
2579static constexpr std::initializer_list<NWidgetPart> _nested_toolb_scen_widgets = {
2580 NWidgetFunction(MakeScenarioToolbar),

Callers

nothing calls this directly

Calls 1

MakeNWidgetsFunction · 0.85

Tested by

no test coverage detected