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

Function CloseGameScript

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

Source from the content-addressed store, hash-verified

895}
896
897void CloseGameScript() {
898 // free any gamemode info.
899 FreeGameDLL();
900}
901
902// call this to set the game mode
903void SetGameMode(int mode) {

Callers 2

QuickPlayGameFunction · 0.85
PlayGameFunction · 0.85

Calls 1

FreeGameDLLFunction · 0.85

Tested by

no test coverage detected