setTriggerStatements

From Bohemia Interactive Community
Revision as of 17:23, 4 July 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


trigger setTriggerStatements [cond, activ, desactiv]


Operand types:

trigger: Object

[cond, activ, desactiv]: Array

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

The first argument can modify the condition of when the trigger is activated. The result of the activation defined by trigger activation is in variable this. Variable thisList contains all vehicles which caused the activation. Activ and desactiv expressions are launched upon trigger activation / deactivation.

Example:

trigger setTriggerStatements ["this", "ok = true", "ok = false"]