Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
void conoutf(const char *fmt, ...)
193
{
194
va_list args;
195
va_start(args, fmt);
196
conoutfv(fmt, args);
197
va_end(args);
198
}
199
200
void purgeclient(int n)
201
{
Callers
15
delent
Function · 0.70
undelent
Function · 0.70
findtype
Function · 0.70
deleteentity
Function · 0.70
empty_world
Function · 0.70
newmap
Function · 0.70
world.cpp
File · 0.70
mapmrproper
Function · 0.70
showmapstats
Function · 0.70
loadsurface
Function · 0.70
checktexturefilename
Function · 0.70
texture.cpp
File · 0.70
Calls
1
conoutfv
Function · 0.85
Tested by
no test coverage detected