MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / InitOptions

Function InitOptions

neo/framework/Dhewm3SettingsMenu.cpp:1532–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1530};
1531
1532static void InitOptions(CVarOption options[], int numOptions)
1533{
1534 for( int i=0; i < numOptions; ++i ) {
1535 options[i].Init();
1536 }
1537}
1538
1539static void DrawOptions(CVarOption options[], int numOptions)
1540{

Callers 3

InitVideoOptionsMenuFunction · 0.85
InitGameOptionsMenuFunction · 0.85
InitDhewm3SettingsMenuFunction · 0.85

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected