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

Method GetWindowManager

src/openrct2/interface/Window.cpp:908–911  ·  view source on GitHub ↗

TODO: declared in WindowManager.h; move when refactors continue

Source from the content-addressed store, hash-verified

906
907 // TODO: declared in WindowManager.h; move when refactors continue
908 Ui::IWindowManager* Ui::GetWindowManager()
909 {
910 return GetContext()->GetUiContext().GetWindowManager();
911 }
912} // namespace OpenRCT2

Callers 5

GameLoadInitFunction · 0.45
LoadParkFromFileMethod · 0.45
LoadParkFromStreamMethod · 0.45
ExecuteMethod · 0.45
LoadPreviewMethod · 0.45

Calls 1

GetContextFunction · 0.85

Tested by

no test coverage detected