list

From Bohemia Interactive Community
Revision as of 20:02, 31 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


list trigger


Operand types:

trigger: Object

Type of returned value:

Array

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.