Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetPluginCount
Method
GetPluginCount
core/logic/PluginSys.cpp:2349–2352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2347
}
2348
2349
unsigned int GetPluginCount() override
2350
{
2351
return g_PluginSys.GetPluginCount();
2352
}
2353
2354
IPluginIterator *GetPluginIterator() override
2355
{
Callers
nothing calls this directly
Calls
1
GetPluginCount
Method · 0.45
Tested by
no test coverage detected