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

Method OnEngineClientJoin

src/engine/server/antibot.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 AntibotOnEngineTick();
168}
169void CAntibot::OnEngineClientJoin(int ClientId)
170{
171 Update();
172 AntibotOnEngineClientJoin(ClientId);
173}
174void CAntibot::OnEngineClientDrop(int ClientId, const char *pReason)
175{
176 Update();

Callers 3

ClientRejoinCallbackMethod · 0.80
NewClientCallbackMethod · 0.80

Calls 1

Tested by

no test coverage detected