Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ outputf
Function
outputf
source/src/master.cpp:215–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
void outputf(mclient &c, const char *fmt, ...)
216
{
217
defvformatstring(msg, fmt, fmt);
218
output(c, msg);
219
}
220
221
ENetSocket pingsocket = ENET_SOCKET_NULL;
222
Callers
7
addgameserver
Function · 0.85
servermessage
Function · 0.85
loopv
Function · 0.85
purgeauths
Function · 0.85
reqauth
Function · 0.85
confauth
Function · 0.85
checkclientinput
Function · 0.85
Calls
1
output
Function · 0.85
Tested by
no test coverage detected