Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetPlayer
Method
GetPlayer
src/game/server/teams.cpp:884–887 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
882
}
883
884
CPlayer *CGameTeams::GetPlayer(int ClientId)
885
{
886
return GameServer()->m_apPlayers[ClientId];
887
}
888
889
CGameContext *CGameTeams::GameServer()
890
{
Callers
7
ConBack
Method · 0.45
ConPracticeToTeleporter
Method · 0.45
ConPracticeToCheckTeleporter
Method · 0.45
OnCharacterSpawn
Method · 0.45
Save
Method · 0.45
Load
Method · 0.45
CreateExplosion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected