unitIsUAV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (formatting)
(updated description)
Line 7: Line 7:
|gr1= Remote Control
|gr1= Remote Control


|descr= Returns true if the object type is UAV - corresponding to transport parameter <tt>isUAV</tt>.
|descr= Returns whether or not the given object is an UAV, UGV (drone). Command will also return [[true]] for empty drones. Corresponding to transport parameter <tt>isUAV</tt>.


|s1= [[unitIsUAV]] object
|s1= [[unitIsUAV]] object

Revision as of 01:53, 23 April 2021

Hover & click on the images for description

Description

Description:
Returns whether or not the given object is an UAV, UGV (drone). Command will also return true for empty drones. Corresponding to transport parameter isUAV.
Groups:
Remote Control

Syntax

Syntax:
unitIsUAV object
Parameters:
object: Object
Return Value:
Boolean - True when UAV

Examples

Example 1:
_isUAV = unitIsUAV _vehicle;

Additional Information

See also:
allUnitsUAV

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