MCPcopy 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

59extern FILE* Logfile;
60
61CCMD (quit)
62{
63 throw CExitEvent(0);
64}
65
66CCMD (exit)
67{

Callers

nothing calls this directly

Calls 15

CExitEventClass · 0.85
PrintfFunction · 0.85
GetVersionStringFunction · 0.85
GetGitTimeFunction · 0.85
GetGitHashFunction · 0.85
I_ErrorFunction · 0.85
argcMethod · 0.80
GetNumEntriesMethod · 0.80
GetFileContainerMethod · 0.80
FileLengthMethod · 0.80
GetFileFullNameMethod · 0.80

Tested by

no test coverage detected