getConnectedUAVUnit

From Bohemia Interactive Community
Revision as of 22:23, 25 March 2024 by Killzone Kid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

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 - unit controlling the UAV/UGV
Return Value:
Object - UAV unit (AI driver or AI gunner) or objNull otherwise including if the connected person is remote

Examples

Example 1:
private _playersDrone = 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