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

Function AntibotOnEngineClientDrop

src/antibot/antibot_null.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44void AntibotOnEngineTick(void) {}
45void AntibotOnEngineClientJoin(int /*ClientId*/) {}
46void AntibotOnEngineClientDrop(int /*ClientId*/, const char * /*pReason*/) {}
47bool AntibotOnEngineClientMessage(int /*ClientId*/, const void * /*pData*/, int /*Size*/, int /*Flags*/) { return false; }
48bool AntibotOnEngineServerMessage(int /*ClientId*/, const void * /*pData*/, int /*Size*/, int /*Flags*/) { return false; }
49bool AntibotOnEngineSimulateClientMessage(int * /*pClientId*/, void * /*pBuffer*/, int /*BufferSize*/, int * /*pOutSize*/, int * /*pFlags*/) { return false; }

Callers 1

OnEngineClientDropMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected