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

Function numclients

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

Source from the content-addressed store, hash-verified

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

Callers 9

nextMethod · 0.85
performMethod · 0.85
poll_serverthreadsFunction · 0.85
numplayersFunction · 0.85
startgameFunction · 0.85
scallvoteFunction · 0.85
welcomepacketFunction · 0.85
processFunction · 0.85
serversliceFunction · 0.85

Calls 1

countclientsFunction · 0.85

Tested by

no test coverage detected