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

Method GetEdict

core/PlayerManager.cpp:2324–2327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2322}
2323
2324edict_t *CPlayer::GetEdict()
2325{
2326 return m_pEdict;
2327}
2328
2329int CPlayer::GetIndex() const
2330{

Callers 15

OnClientConnectMethod · 0.80
OnSourceModLevelEndMethod · 0.80
ListExtensionsToClientFunction · 0.80
ListPluginsToClientFunction · 0.80
GetClientOfUserIdMethod · 0.80
DescribePlayerMethod · 0.80
SetFakeClientConVarFunction · 0.80
smn_CreateDialogFunction · 0.80
OnMenuSelectMethod · 0.80
sm_QueryClientConVarFunction · 0.80
FakeClientCommandExFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected