Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ sendservmsg
Function
sendservmsg
source/src/server.cpp:742–745 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
740
}
741
742
void sendservmsg(const char *msg, int cn = -1)
743
{
744
sendf(cn, 1,
"ris"
, SV_SERVMSG, msg);
745
}
746
747
void sendservmsgverbose(const char *msg, int cn = -1) // channel server spam here...
748
{
Callers
11
loopv
Function · 0.85
check_ffire
Function · 0.85
mapaction
Method · 0.85
cleardemos
Function · 0.85
senddemo
Function · 0.85
enddemoplayback
Function · 0.85
setupdemoplayback
Function · 0.85
shuffleteams
Function · 0.85
startgame
Function · 0.85
scallvoteerr
Function · 0.85
process
Function · 0.85
Calls
1
sendf
Function · 0.85
Tested by
no test coverage detected