MCPcopy 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
1539static void DrawOptions(CVarOption options[], int numOptions)
1540{
1541 for( int i=0; i < numOptions; ++i ) {
1542 options[i].Draw();
1543 }
1544}
1545
1546static CVarOption controlOptions[] = {
1547

Callers 3

DrawVideoOptionsMenuFunction · 0.85
DrawGameOptionsMenuFunction · 0.85

Calls 1

DrawMethod · 0.45

Tested by

no test coverage detected