Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4596
int *CServer::GetIdMap(int ClientId)
4597
{
4598
return m_aIdMap + VANILLA_MAX_CLIENTS * ClientId;
4599
}
4600
4601
bool CServer::SetTimedOut(int ClientId, int OrigId)
4602
{
Callers
2
UpdatePlayerMaps
Method · 0.80
Reset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected