MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / OpenEditorWindows

Function OpenEditorWindows

src/openrct2/Editor.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 static WindowBase* OpenEditorWindows()
98 {
99 auto* main = ContextOpenWindow(WindowClass::mainWindow);
100 ContextOpenWindow(WindowClass::topToolbar);
101 ContextOpenWindowView(WindowView::editorBottomToolbar);
102 return main;
103 }
104
105 /**
106 *

Callers 5

LoadFunction · 0.85
LoadTrackDesignerFunction · 0.85
LoadTrackManagerFunction · 0.85
AfterLoadCleanupFunction · 0.85

Calls 2

ContextOpenWindowFunction · 0.85
ContextOpenWindowViewFunction · 0.85

Tested by

no test coverage detected