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

Function numlocalclients

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

Source from the content-addressed store, hash-verified

550
551int numclients() { return countclients(ST_EMPTY, true); }
552int numlocalclients() { return countclients(ST_LOCAL); }
553int numnonlocalclients() { return countclients(ST_TCPIP); }
554
555int numauthedclients()

Callers 1

setupdemorecordFunction · 0.85

Calls 1

countclientsFunction · 0.85

Tested by

no test coverage detected