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

Method UnloadAll

core/logic/PluginSys.cpp:2211–2216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2209}
2210
2211void CPluginManager::UnloadAll()
2212{
2213 for (PluginIter iter(m_plugins); !iter.done(); iter.next()) {
2214 UnloadPlugin((*iter));
2215 }
2216}
2217
2218int CPluginManager::GetOrderOfPlugin(IPlugin *pl)
2219{

Callers 1

OnRootConsoleCommandMethod · 0.80

Calls 2

doneMethod · 0.80
nextMethod · 0.80

Tested by

no test coverage detected