unitName connectTerminalToUAV vehicleName

Operand types

unitName: Object
vehicleName: Object

Type of returned value

Description

Connect person with UAV terminal to UAV unit.
UAV Terminal item needs to be assigned to GPS slot.
Returns true when connected.

Autonomous Vehicle (UAV,UGV) can NOT be from the 'empty' vehicle category and has to be of the same side as the the unit to be connected is.

Used In

Arma3

Example

waitUntil{
sleep 1;
_connected = player connectTerminalToUAV uav1;
_connected;
};
hint "Player connected to UAV";


//disconnect player from UAV
player connectTerminalToUAV objNull;
Search OFPEC COMREF