vehicleName enableCopilot value

Operand types

vehicleName: Object
value: Boolean

Type of returned value

Description

Enables copilot actions.

Only enables the user actions, not who is in control of the vehicle.

Used In

Arma3

Example

if (!isCopilotEnabled myHeli) then {
myHeli enableCopilot true;
};
Search OFPEC COMREF