From 4a946aa8c40b084dd36352e617b24407a2dd537b Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 19 Apr 2015 17:20:15 +0200 Subject: Added cPluginManager:IsPluginLoaded() API, better load error msgs. --- src/Bindings/PluginManager.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Bindings/PluginManager.h') diff --git a/src/Bindings/PluginManager.h b/src/Bindings/PluginManager.h index f32feb8a3..994f19943 100644 --- a/src/Bindings/PluginManager.h +++ b/src/Bindings/PluginManager.h @@ -265,7 +265,10 @@ public: /** Removes all command bindings that the specified plugin has made */ void RemovePluginCommands(cPlugin * a_Plugin); - + + /** Returns true if the specified plugin is loaded. */ + bool IsPluginLoaded(const AString & a_PluginName); // tolua_export + /** Binds a command to the specified plugin. Returns true if successful, false if command already bound. */ bool BindCommand(const AString & a_Command, cPlugin * a_Plugin, const AString & a_Permission, const AString & a_HelpString); // Exported in ManualBindings.cpp, without the a_Plugin param -- cgit v1.2.3