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

Function SetGameMode

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

call this to set the game mode

Source from the content-addressed store, hash-verified

901
902// call this to set the game mode
903void SetGameMode(int mode) {
904 // do any gamemode specific code here.
905
906 Game_mode = mode;
907}
908
909///////////////////////////////////////////////////////////////////////////////
910// Sets screen mode

Callers 4

GameSequencerFunction · 0.85
PlayGameFunction · 0.85
MainMenuFunction · 0.85
menu.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected