MCPcopy Index your code
hub / github.com/assaultcube/AC / command.cpp

File command.cpp

source/src/command.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// command.cpp: implements the parsing and execution of a tiny script language which
2// is largely backwards compatible with the quake console language.
3
4#include "cube.h"

Callers

nothing calls this directly

Calls 15

intretFunction · 0.85
getaliasFunction · 0.85
newstringFunction · 0.85
popFunction · 0.85
aliasFunction · 0.85
identexistsFunction · 0.85
pushFunction · 0.85
execFunction · 0.85
resultFunction · 0.85
executeFunction · 0.85
addcommandFunction · 0.85
looplistFunction · 0.85

Tested by

no test coverage detected