MCPcopy 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
2538int serveroperator()
2539{
2540 loopv(clients) if(clients[i]->type!=ST_EMPTY && clients[i]->role > CR_DEFAULT) return i;
2541 return -1;
2542}
2543
2544void sendserveropinfo(int receiver)
2545{

Callers 2

sendserveropinfoFunction · 0.85
welcomepacketFunction · 0.85

Calls 1

loopvFunction · 0.70

Tested by

no test coverage detected