Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetPluginByCtx
Method
GetPluginByCtx
core/logic/PluginSys.cpp:1539–1542 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1537
}
1538
1539
CPlugin *CPluginManager::GetPluginByCtx(IPluginContext *ctx)
1540
{
1541
return (CPlugin *)FindPluginByContext(ctx);
1542
}
1543
1544
unsigned int CPluginManager::GetPluginCount()
1545
{
Callers
3
FakeNativeRouter
Function · 0.80
CreateNative
Function · 0.80
AddFakeNative
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected