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

Function localdisconnect

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

Source from the content-addressed store, hash-verified

4846
4847#ifndef STANDALONE
4848void localdisconnect()
4849{
4850 loopv(clients) if(clients[i]->type==ST_LOCAL) clients[i]->zap();
4851}
4852
4853void localconnect()
4854{

Callers 1

disconnectFunction · 0.85

Calls 2

zapMethod · 0.80
loopvFunction · 0.70

Tested by

no test coverage detected