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

Method ForEachPlugin

core/logic/PluginSys.cpp:2285–2289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2283}
2284
2285void CPluginManager::ForEachPlugin(ke::Function<void(CPlugin *)> callback)
2286{
2287 for (PluginIter iter(m_plugins); !iter.done(); iter.next())
2288 callback(*iter);
2289}
2290
2291class PluginsListenerV1Wrapper final
2292 : public IPluginsListener,

Callers 1

DropEverythingMethod · 0.80

Calls 2

doneMethod · 0.80
nextMethod · 0.80

Tested by

no test coverage detected