MCPcopy 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
215void outputf(mclient &c, const char *fmt, ...)
216{
217 defvformatstring(msg, fmt, fmt);
218 output(c, msg);
219}
220
221ENetSocket pingsocket = ENET_SOCKET_NULL;
222

Callers 7

addgameserverFunction · 0.85
servermessageFunction · 0.85
loopvFunction · 0.85
purgeauthsFunction · 0.85
reqauthFunction · 0.85
confauthFunction · 0.85
checkclientinputFunction · 0.85

Calls 1

outputFunction · 0.85

Tested by

no test coverage detected