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

Function toserver

source/src/client.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void toserver(char *text)
220{
221 _toserver(text, SV_TEXT, SV_TEAMTEXT);
222}
223COMMANDN(say, toserver, "c");
224
225void toserverme(char *text)

Callers 2

voicecomFunction · 0.85
runMethod · 0.85

Calls 1

_toserverFunction · 0.85

Tested by

no test coverage detected