Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ Open
Method
Open
ui/UIWindow.cpp:610–610 ·
view source on GitHub ↗
adds window to ui list.
Source
from the content-addressed store, hash-verified
608
609
// adds window to ui list.
610
void UIWindow::Open() { ui_AddWindow(this); }
611
612
// removes window from ui list.
613
void UIWindow::Close() { ui_RemoveWindow(this); }
Callers
11
OnInitDialog
Method · 0.45
OpenThemeFile
Method · 0.45
OnToolsMakeStream
Method · 0.45
GetStreamInfo
Method · 0.45
LoadTheme
Method · 0.45
processQLoad
Method · 0.45
ExecScript
Method · 0.45
dp_StartGame
Function · 0.45
dp_DirectPlayJoinGame
Function · 0.45
parse_ctl_file
Method · 0.45
parse_ctl_file
Method · 0.45
Calls
1
ui_AddWindow
Function · 0.85
Tested by
no test coverage detected