trigger setTriggerActivation [by, type, repeating]

Operand types

trigger: Object
[by, type, repeating]: Array

Type of returned value

Description

Defines the trigger activation type.

The first argument - who activates trigger (side, radio, vehicle or group member), can be:
"NONE"
"EAST"
"WEST"
"GUER"
"CIV"
"LOGIC"
"ANY"
"ALPHA"
"BRAVO"
"CHARLIE"
"DELTA"
"ECHO"
"FOXTROT"
"GOLF"
"HOTEL"
"INDIA"
"JULIET"
"STATIC"
"VEHICLE"
"GROUP"
"LEADER"
"MEMBER"
"WEST SEIZED"
"EAST SEIZED"
"GUER SEIZED"

The second argument - when is it activated (present or detection by the specified side):
"PRESENT"
"NOT PRESENT"
"WEST D"
"EAST D"
"GUER D"
"CIV D"

The third argument - whether the activation is repeating.

Used In

ArmA

Example

trigger setTriggerActivation ["WEST", "EAST D", true]
Search OFPEC COMREF