Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2324
edict_t *CPlayer::GetEdict()
2325
{
2326
return m_pEdict;
2327
}
2328
2329
int CPlayer::GetIndex() const
2330
{
Callers
15
OnClientConnect
Method · 0.80
OnSourceModLevelEnd
Method · 0.80
OnServerHibernationUpdate
Method · 0.80
ListExtensionsToClient
Function · 0.80
ListPluginsToClient
Function · 0.80
GetClientOfUserId
Method · 0.80
DescribePlayer
Method · 0.80
SetFakeClientConVar
Function · 0.80
smn_CreateDialog
Function · 0.80
OnMenuSelect
Method · 0.80
sm_QueryClientConVar
Function · 0.80
FakeClientCommandEx
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected