getConnectedUAVUnit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
|gr1= Remote Control
|gr1= Remote Control


|descr= Returns UAV/UGV unit, which player is controlling. To return UAV vehicle, see [[getConnectedUAV]]
|descr= Returns UAV/UGV AI unit, which player is controlling. To return UAV vehicle, see [[getConnectedUAV]]


|s1= [[getConnectedUAVUnit]] person
|s1= [[getConnectedUAVUnit]] person

Revision as of 21:16, 10 September 2021

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.08.

Description

Description:
Returns UAV/UGV AI unit, which player is controlling. To return UAV vehicle, see getConnectedUAV
Groups:
Remote Control

Syntax

Syntax:
getConnectedUAVUnit person
Parameters:
person: Object - player controlling UAV/UGV
Return Value:
Object - UAV unit (AI driver or AI gunner), objNull otherwise.

Examples

Example 1:
getConnectedUAVUnit player;

Additional Information

See also:
getConnectedUAV isUAVConnected

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note