MCPcopy 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
913int CHalfLife2::IndexOfEdict(edict_t *pEnt)
914{
915 return ::IndexOfEdict(pEnt);
916}
917
918edict_t *CHalfLife2::GetHandleEntity(CBaseHandle &hndl)
919{

Callers 5

IndexOfEdictFunction · 0.80
Native_GetParamFunction · 0.80
Native_GetReturnFunction · 0.80
Hook_SetTransmitMethod · 0.80

Calls 1

IndexOfEdictFunction · 0.85

Tested by

no test coverage detected