MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Close

Method Close

ui/UIWindow.cpp:613–613  ·  view source on GitHub ↗

removes window from ui list.

Source from the content-addressed store, hash-verified

611
612// removes window from ui list.
613void UIWindow::Close() { ui_RemoveWindow(this); }
614
615// settings
616void UIWindow::SetFont(int handle) { m_FontHandle = handle; }

Callers 7

OnDestroyMethod · 0.45
OpenThemeFileMethod · 0.45
OnToolsMakeStreamMethod · 0.45
GetStreamInfoMethod · 0.45
dp_EndGameFunction · 0.45
parse_ctl_fileMethod · 0.45
parse_ctl_fileMethod · 0.45

Calls 1

ui_RemoveWindowFunction · 0.85

Tested by

no test coverage detected