triggerTimeoutCurrent trigger

Operand types

trigger: Object

Type of returned value

Description

Returns trigger timeout or -1 if countdown is not in progress.

Note: The trigger could be local or remote but the result returned by this command will be for the trigger condition set up locally on the client that executed the command. See createTrigger for more info.

trigger: Object - trigger object
Number - time remaining before trigger activation.

Used In

Arma3

Example

_remaining = triggerTimeoutCurrent _trigger;
Search OFPEC COMREF