MCPcopy 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

WindowDropdownShowImageFunction · 0.85

Calls 2

GetWindowManagerFunction · 0.85
CloseByClassMethod · 0.80

Tested by

no test coverage detected