| Name | GetTriggerList |
|---|---|
| Type | Method |
| Summary | Gets the list of triggers |
| Prototype | VARIANT GetTriggerList(); |
| Description | Returns
an array of all the named triggers currently defined. You can then use GetTrigger
or GetTriggerInfo to find out more details about each one. If GetTriggerList is called from within a plugin, the triggers for the current plugin are used, not the \"global\" MUSHclient triggers. If you want to find the list of triggers in another plugin, or the global MUSHclient triggers, use \"GetPluginTriggerList\". |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | If there are no triggers (with names) then the return value is empty. Use \"IsEmpty\" to test for this possibility. |
See also ...