unitName setUnloadInCombat [allowCargo, allowTurrets]

Operand types

unitName: Object
[allowCargo, allowTurrets]: Array

Type of returned value

Description

If cargo or turret units should get out of vehicle when in combat.
If true, vehicle will stop and units will dismount. Vehicle must be local.

allowCargo: Boolean
allowTurrets: Boolean

Used In

Arma3

Example

_veh setUnloadInCombat [true, false];
Search OFPEC COMREF