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

Function DSPauseGame

Descent3/soar_helpers.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool DSPauseGame(void) {
202 PauseGame();
203
204 return true;
205}
206
207bool DSResumeGame(void) {
208 ResumeGame();

Callers

nothing calls this directly

Calls 1

PauseGameFunction · 0.85

Tested by

no test coverage detected