MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / forceCloseCompanySelect

Function forceCloseCompanySelect

src/OpenLoco/src/Ui/Dropdown.cpp:906–912  ·  view source on GitHub ↗

0x004CF3CC

Source from the content-addressed store, hash-verified

904
905 // 0x004CF3CC
906 void forceCloseCompanySelect()
907 {
908 if (hasFlags(Flags::unk1))
909 {
910 WindowManager::close(WindowType::dropdown);
911 }
912 }
913
914 // 0x004CF2B3
915 void populateCompanySelect(Window* window, Widget* widget)

Callers 2

aiDestroyFunction · 0.85

Calls 2

hasFlagsFunction · 0.70
closeFunction · 0.70

Tested by

no test coverage detected