Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ CCMD
Function
CCMD
source/common/console/c_enginecmds.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
extern FILE* Logfile;
60
61
CCMD (quit)
62
{
63
throw CExitEvent(0);
64
}
65
66
CCMD (exit)
67
{
Callers
nothing calls this directly
Calls
15
CExitEvent
Class · 0.85
Printf
Function · 0.85
GetVersionString
Function · 0.85
GetGitTime
Function · 0.85
GetGitHash
Function · 0.85
I_Error
Function · 0.85
argc
Method · 0.80
CheckIfResourceFileLoaded
Method · 0.80
GetNumEntries
Method · 0.80
GetFileContainer
Method · 0.80
FileLength
Method · 0.80
GetFileFullName
Method · 0.80
Tested by
no test coverage detected