| Name | GetPluginName |
|---|---|
| Type | Method |
| Summary | Returns the name of the current plugin |
| Prototype | BSTR GetPluginName(); |
| Description | Returns the name of the currently-executing plugin. If no plugin is executing an empty string will be returned. Note: Available in MUSHclient version 3.23 onwards. |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | The name of the current plugin, or an empty string if no plugin is running. |
See also ...