Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ Cleanup
Method
Cleanup
src/openrct2-ui/WindowManager.cpp:1114–1118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1112
}
1113
1114
void Cleanup() override
1115
{
1116
CloseByCondition([](WindowBase* w) { return true; });
1117
WindowCullDead();
1118
}
1119
1120
/**
1121
* Finds the first window with the specified window class.
Callers
1
~Context
Method · 0.80
Calls
1
WindowCullDead
Function · 0.85
Tested by
no test coverage detected