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

Method GetPlugin

core/logic/smn_core.cpp:153–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 return (m_current != m_list.end());
152 }
153 virtual IPlugin *GetPlugin() override
154 {
155 if (m_current == m_list.end())
156 return nullptr;
157 return *m_current;
158 }
159 virtual void NextPlugin() override
160 {
161 if(!m_hasStarted)

Callers 2

ReadPluginFunction · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected