Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/assaultcube/AC
/ serveroperator
Function
serveroperator
source/src/server.cpp:2538–2542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2536
}
2537
2538
int serveroperator()
2539
{
2540
loopv(clients) if(clients[i]->type!=ST_EMPTY && clients[i]->role > CR_DEFAULT) return i;
2541
return -1;
2542
}
2543
2544
void sendserveropinfo(int receiver)
2545
{
Callers
2
sendserveropinfo
Function · 0.85
welcomepacket
Function · 0.85
Calls
1
loopv
Function · 0.70
Tested by
no test coverage detected