MCPcopy Create free account
hub / github.com/MyGUI/mygui / dllStopPlugin

Function dllStopPlugin

Plugins/Plugin_HikariWidget/Plugin.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83extern "C" MYGUI_EXPORT_DLL void dllStopPlugin(void)
84{
85 MyGUI::PluginManager::getInstance().uninstallPlugin(plugin_item);
86 delete plugin_item;
87 plugin_item = nullptr;
88}

Callers

nothing calls this directly

Calls 1

uninstallPluginMethod · 0.80

Tested by

no test coverage detected