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

Function SetFunctionMode

Descent3/descent.cpp:656–659  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654// ---------------------------------------------------------------------------
655
656void SetFunctionMode(function_mode mode) {
657 Last_function_mode = Function_mode;
658 Function_mode = mode;
659}
660
661function_mode GetFunctionMode() { return Function_mode; }
662

Callers 15

OnFilePlayin640x480Method · 0.85
OnFileLeaveEditorMethod · 0.85
ListAllObjectsFunction · 0.85
RunGameFromEditorFunction · 0.85
GameSequencerFunction · 0.85
CheckHogfileFunction · 0.85
LoadAndStartCurrentLevelFunction · 0.85
EndLevelFunction · 0.85
SetNextLevelFunction · 0.85
RunGameMenuFunction · 0.85
GameFrameFunction · 0.85
MultiLeaveGameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected