list
Jump to navigation
Jump to search
list trigger
Operand types:
trigger: Object
Type of returned value:
Description:
List of units that would activate given trigger.
For trigger of type "Not present" the list is the same as that returned for "present".
Example:
_tlist = list triggerOne
Note:
For local use in the trigger use thislist instead of list triggerOne.