MCPcopy 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
1539CPlugin *CPluginManager::GetPluginByCtx(IPluginContext *ctx)
1540{
1541 return (CPlugin *)FindPluginByContext(ctx);
1542}
1543
1544unsigned int CPluginManager::GetPluginCount()
1545{

Callers 3

FakeNativeRouterFunction · 0.80
CreateNativeFunction · 0.80
AddFakeNativeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected