if then else

Operand types

if: If Type
else: Array

Type of returned value

Description

First or second element of array is executed depending on result of if condition.
Result of the expression executed is returned as a result (result may be Nothing).

Used In

OFP/ArmA

Example

if (a>b) then {c=1} else {c=2}

if (a>b) then [{c=1},{c=2}]
Search OFPEC COMREF