MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / UnloadPlugins

Method UnloadPlugins

PluginManager.cpp:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void PluginManager::UnloadPlugins()
369{
370 for(const OpenRGBPluginEntry& plugin_entry: ActivePlugins)
371 {
372 plugin_entry.plugin->Unload();
373 }
374}

Callers 1

closeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected