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

Function GetHUDMode

Descent3/hud.cpp:772–772  ·  view source on GitHub ↗

the current cockpit mode;

Source from the content-addressed store, hash-verified

770
771// the current cockpit mode;
772tHUDMode GetHUDMode() { return Hud_mode; }
773
774// toggle the hud between cockput & fullscreen modes
775void ToggleHUDMode() {

Callers 15

GameSequencerFunction · 0.85
StartLevelFunction · 0.85
GrowWindowFunction · 0.85
ShrinkWindowFunction · 0.85
ProcessNormalKeyFunction · 0.85
ProcessTestKeysFunction · 0.85
MultiDoBashPlayerShipFunction · 0.85
ToggleHUDModeFunction · 0.85
RenderHUDFrameFunction · 0.85
ChangePlayerShipIndexFunction · 0.85
DrawSmallViewsFunction · 0.85
finishMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected