| Name | GetPluginAliasList |
|---|---|
| Type | Method |
| Summary | Gets the list of aliases in a specified plugin |
| Prototype | VARIANT GetPluginAliasList(BSTR PluginID); |
| Description | Returns
an array of all the named aliases currently defined for the nominated plugin.
You can then use GetPluginAliasInfo to find out more details about each one. If you want to find the list of aliases in the current plugin, use "GetAliasList". If you are writing a plugin and want to find the "global" MUSHclient alias list, use an empty plugin ID, eg. alList = world.GetPluginAliasList ("") Note: Available in MUSHclient version 3.23 onwards. |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | If there are no aliases (with names) then the return value is empty. Use "IsEmpty" to test for this possibility. |
See also ...