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

Function AntibotOnEngineSimulateClientMessage

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

Source from the content-addressed store, hash-verified

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; }
50}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected