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

Method UnloadPlugin

core/logic/PluginSys.cpp:2339–2342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2337 }
2338
2339 bool UnloadPlugin(IPlugin *plugin) override
2340 {
2341 return g_PluginSys.UnloadPlugin(plugin);
2342 }
2343
2344 IPlugin *FindPluginByContext(IPluginContext *ctx) override
2345 {

Callers

nothing calls this directly

Calls 1

UnloadPluginMethod · 0.45

Tested by

no test coverage detected