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

Method GetIdMap

src/engine/server/server.cpp:4596–4599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4594}
4595
4596int *CServer::GetIdMap(int ClientId)
4597{
4598 return m_aIdMap + VANILLA_MAX_CLIENTS * ClientId;
4599}
4600
4601bool CServer::SetTimedOut(int ClientId, int OrigId)
4602{

Callers 2

UpdatePlayerMapsMethod · 0.80
ResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected