| Name | IsPluginInstalled |
|---|---|
| Type | Method |
| Summary | Checks to see if a particular plugin is installed |
| Prototype | boolean IsPluginInstalled(BSTR PluginID); |
| Description | Use
IsPluginInstalled to find if a particular plugin (identified by its unique
Plugin ID) has been installed into this session of MUSHclient. Note: Available in MUSHclient version 3.23 onwards. |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | True if the plugin has been installed. |
See also ...