Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ onClose
Method
onClose
src/openrct2-ui/scripting/CustomWindow.cpp:427–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
void onClose() override
428
{
429
InvokeEventHandler(_info.Owner, _info.Desc.OnClose);
430
}
431
432
void onResize() override
433
{
Callers
nothing calls this directly
Calls
1
InvokeEventHandler
Function · 0.85
Tested by
no test coverage detected