Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ FindResourceEntity
Function
FindResourceEntity
extensions/tf2/extension.cpp:426–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
}
425
426
int FindResourceEntity()
427
{
428
return FindEntityByNetClass(-1,
"CTFPlayerResource"
);
429
}
430
431
432
int FindEntityByNetClass(int start, const char *classname)
Callers
1
OnServerActivate
Function · 0.85
Calls
1
FindEntityByNetClass
Function · 0.70
Tested by
no test coverage detected