Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetPluginCount
Method
GetPluginCount
core/logic/PluginSys.cpp:1544–1547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1542
}
1543
1544
unsigned int CPluginManager::GetPluginCount()
1545
{
1546
return m_plugins.size();
1547
}
1548
1549
void CPluginManager::AddPluginsListener(IPluginsListener *listener)
1550
{
Callers
2
_GetPluginIndex
Method · 0.45
GetPluginCount
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected