MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / GetPlayerInfo

Method GetPlayerInfo

core/PlayerManager.cpp:2366–2374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2364}
2365
2366IPlayerInfo *CPlayer::GetPlayerInfo()
2367{
2368 if (m_pEdict->GetUnknown())
2369 {
2370 return m_Info;
2371 }
2372
2373 return NULL;
2374}
2375
2376bool CPlayer::IsFakeClient()
2377{

Callers 15

OnClientPutInServerMethod · 0.80
IsClientObserverFunction · 0.80
GetClientTeamFunction · 0.80
GetFragCountFunction · 0.80
GetDeathCountFunction · 0.80
GetArmorValueFunction · 0.80
GetAbsOriginFunction · 0.80
GetAbsAnglesFunction · 0.80
GetPlayerMinsFunction · 0.80
GetPlayerMaxsFunction · 0.80
GetWeaponNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected