Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2366
IPlayerInfo *CPlayer::GetPlayerInfo()
2367
{
2368
if (m_pEdict->GetUnknown())
2369
{
2370
return m_Info;
2371
}
2372
2373
return NULL;
2374
}
2375
2376
bool CPlayer::IsFakeClient()
2377
{
Callers
15
OnClientPutInServer
Method · 0.80
OnClientSettingsChanged
Method · 0.80
IsClientObserver
Function · 0.80
GetClientTeam
Function · 0.80
GetFragCount
Function · 0.80
GetDeathCount
Function · 0.80
GetArmorValue
Function · 0.80
GetAbsOrigin
Function · 0.80
GetAbsAngles
Function · 0.80
GetPlayerMins
Function · 0.80
GetPlayerMaxs
Function · 0.80
GetWeaponName
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected