MCPcopy 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
1544unsigned int CPluginManager::GetPluginCount()
1545{
1546 return m_plugins.size();
1547}
1548
1549void CPluginManager::AddPluginsListener(IPluginsListener *listener)
1550{

Callers 2

_GetPluginIndexMethod · 0.45
GetPluginCountMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected