MCPcopy Create free account
hub / github.com/ddnet/ddnet / OnEngineClientDrop

Method OnEngineClientDrop

src/engine/server/antibot.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 AntibotOnEngineClientJoin(ClientId);
173}
174void CAntibot::OnEngineClientDrop(int ClientId, const char *pReason)
175{
176 Update();
177 AntibotOnEngineClientDrop(ClientId, pReason);
178}
179bool CAntibot::OnEngineClientMessage(int ClientId, const void *pData, int Size, int Flags)
180{
181 Update();

Callers 2

ClientRejoinCallbackMethod · 0.80
DelClientCallbackMethod · 0.80

Calls 1

Tested by

no test coverage detected