Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
bool DSPauseGame(void) {
202
PauseGame();
203
204
return true;
205
}
206
207
bool DSResumeGame(void) {
208
ResumeGame();
Callers
nothing calls this directly
Calls
1
PauseGame
Function · 0.85
Tested by
no test coverage detected