Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ WindowDropdownClose
Function
WindowDropdownClose
src/openrct2-ui/windows/Dropdown.cpp:494–498 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
}
493
494
void WindowDropdownClose()
495
{
496
auto* windowMgr = GetWindowManager();
497
windowMgr->CloseByClass(WindowClass::dropdown);
498
}
499
500
/**
501
* New function based on 6e914e
Callers
2
WindowDropdownShowTextCustomWidth
Function · 0.85
WindowDropdownShowImage
Function · 0.85
Calls
2
GetWindowManager
Function · 0.85
CloseByClass
Method · 0.80
Tested by
no test coverage detected