MCPcopy Index your code
hub / github.com/assaultcube/AC / getclientbysequence

Function getclientbysequence

source/src/server.cpp:538–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538client *getclientbysequence(int seq)
539{
540 loopv(clients) if(clients[i]->type != ST_EMPTY && clients[i]->clientsequence == seq) return clients[i];
541 return NULL;
542}
543
544int countclients(int type, bool exclude = false)
545{

Callers 1

checkdemotransmissionsFunction · 0.85

Calls 1

loopvFunction · 0.70

Tested by

no test coverage detected