Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ResetSubsystems
Method · 0.85
Calls
2
GetWindowManager
Function · 0.85
CloseAllExceptFlags
Method · 0.80
Tested by
no test coverage detected