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

Method GetPlugin

core/logic/PluginSys.cpp:797–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797IPlugin *CPluginManager::CPluginIterator::GetPlugin()
798{
799 return (*current);
800}
801
802bool CPluginManager::CPluginIterator::MorePlugins()
803{

Callers 4

TryAndFreeSomeHandlesMethod · 0.45
_GetPluginIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected