a || b

Operand types

Type of returned value

Description

|| means OR which is a Boolean operator which returns a true result when either, or both operands are true.
Identical to a or b

Used In

OFP/ArmA

Example

!alive player || !alive leader player
Search OFPEC COMREF