Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ IndexOfEdict
Method
IndexOfEdict
core/HalfLife2.cpp:913–916 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
911
}
912
913
int CHalfLife2::IndexOfEdict(edict_t *pEnt)
914
{
915
return ::IndexOfEdict(pEnt);
916
}
917
918
edict_t *CHalfLife2::GetHandleEntity(CBaseHandle &hndl)
919
{
Callers
5
IndexOfEdict
Function · 0.80
Native_GetParam
Function · 0.80
Native_GetReturn
Function · 0.80
Native_GetParamObjectPtrVar
Function · 0.80
Hook_SetTransmit
Method · 0.80
Calls
1
IndexOfEdict
Function · 0.85
Tested by
no test coverage detected