trigger setTriggerTimeout [min, mid, max, interruptable]

Operand types

trigger: Object
[min, mid, max, interruptable]: Array

Type of returned value

Description

Defines the time between condition satisfaction and trigger activation (randomly from min to max, with an average value mid).
If the last argument is true, the condition must be fullfilled all the time.

Used In

ArmA

Example

trigger setTriggerTimeout [5, 10, 7, false]
Search OFPEC COMREF