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

Function GetScreenMode

Descent3/game.cpp:915–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913static int Screen_mode = SM_NULL;
914
915int GetScreenMode() { return Screen_mode; }
916
917// use to sync to debug break handlers
918int rend_initted = 0;

Callers 11

SetHUDModeFunction · 0.85
PostLevelResultsFunction · 0.85
CtlConfigFunction · 0.85
TelComShowFunction · 0.85
ShutdownD3Function · 0.85
DoWaitMessageFunction · 0.85
DoMessageBoxFunction · 0.85
DoMessageBoxAdvancedFunction · 0.85
DoEditDialogFunction · 0.85
finishMethod · 0.85
Cinematic_StopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected