MCPcopy 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
884CPlayer *CGameTeams::GetPlayer(int ClientId)
885{
886 return GameServer()->m_apPlayers[ClientId];
887}
888
889CGameContext *CGameTeams::GameServer()
890{

Callers 7

ConBackMethod · 0.45
OnCharacterSpawnMethod · 0.45
SaveMethod · 0.45
LoadMethod · 0.45
CreateExplosionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected