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

Method MorePlugins

core/logic/PluginSys.cpp:802–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800}
801
802bool CPluginManager::CPluginIterator::MorePlugins()
803{
804 return (current != mylist.end());
805}
806
807void CPluginManager::CPluginIterator::NextPlugin()
808{

Callers 4

TryAndFreeSomeHandlesMethod · 0.45
_GetPluginIndexMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected