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

Function WindowInitAll

src/openrct2/interface/Window.cpp:877–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875 }
876
877 void WindowInitAll()
878 {
879 auto* windowMgr = Ui::GetWindowManager();
880 windowMgr->CloseAllExceptFlags({});
881 }
882
883 void WindowFollowSprite(WindowBase& w, EntityId spriteIndex)
884 {

Callers 1

ResetSubsystemsMethod · 0.85

Calls 2

GetWindowManagerFunction · 0.85
CloseAllExceptFlagsMethod · 0.80

Tested by

no test coverage detected