MCPcopy Create free account
hub / github.com/assaultcube/AC / conoutf

Function conoutf

source/src/master.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void conoutf(const char *fmt, ...)
193{
194 va_list args;
195 va_start(args, fmt);
196 conoutfv(fmt, args);
197 va_end(args);
198}
199
200void purgeclient(int n)
201{

Callers 15

delentFunction · 0.70
undelentFunction · 0.70
findtypeFunction · 0.70
deleteentityFunction · 0.70
empty_worldFunction · 0.70
newmapFunction · 0.70
world.cppFile · 0.70
mapmrproperFunction · 0.70
showmapstatsFunction · 0.70
loadsurfaceFunction · 0.70
checktexturefilenameFunction · 0.70
texture.cppFile · 0.70

Calls 1

conoutfvFunction · 0.85

Tested by

no test coverage detected