Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
intret
Function · 0.85
getalias
Function · 0.85
newstring
Function · 0.85
pop
Function · 0.85
alias
Function · 0.85
identexists
Function · 0.85
push
Function · 0.85
exec
Function · 0.85
result
Function · 0.85
execute
Function · 0.85
addcommand
Function · 0.85
looplist
Function · 0.85
Tested by
no test coverage detected