Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhewm/dhewm3
/ DrawOptions
Function
DrawOptions
neo/framework/Dhewm3SettingsMenu.cpp:1539–1544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1537
}
1538
1539
static void DrawOptions(CVarOption options[], int numOptions)
1540
{
1541
for( int i=0; i < numOptions; ++i ) {
1542
options[i].Draw();
1543
}
1544
}
1545
1546
static CVarOption controlOptions[] = {
1547
Callers
3
DrawVideoOptionsMenu
Function · 0.85
DrawGameOptionsMenu
Function · 0.85
Com_DrawDhewm3SettingsMenu
Function · 0.85
Calls
1
Draw
Method · 0.45
Tested by
no test coverage detected