MCPcopy Index your code
hub / github.com/assaultcube/AC / exec

Function exec

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

Source from the content-addressed store, hash-verified

971}
972
973void exec(const char *cfgfile)
974{
975 if(!execfile(cfgfile)) conoutf("could not read \"%s\"", cfgfile);
976}
977
978COMMANDF(exec, "v", (char **args, int numargs)
979{

Callers 3

command.cppFile · 0.85
loopvFunction · 0.85
main.cppFile · 0.85

Calls 2

execfileFunction · 0.85
conoutfFunction · 0.70

Tested by

no test coverage detected