Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
802
bool CPluginManager::CPluginIterator::MorePlugins()
803
{
804
return (current != mylist.end());
805
}
806
807
void CPluginManager::CPluginIterator::NextPlugin()
808
{
Callers
4
OnUnlinkConCommandBase
Method · 0.45
SM_ConfigsExecuted_Plugin
Function · 0.45
TryAndFreeSomeHandles
Method · 0.45
_GetPluginIndex
Method · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected