MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / GetPluginIterator

Method GetPluginIterator

core/logic/PluginSys.cpp:1559–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1557}
1558
1559IPluginIterator *CPluginManager::GetPluginIterator()
1560{
1561 return new CPluginIterator(m_plugins);
1562}
1563
1564bool CPluginManager::IsLateLoadTime() const
1565{

Callers 6

TryAndFreeSomeHandlesMethod · 0.45
GetPluginIteratorFunction · 0.45
_GetPluginIndexMethod · 0.45
GetPluginIteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected