unitIsUAV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "- True" to "- true")
Line 12: Line 12:
|p1= object: [[Object]]
|p1= object: [[Object]]


|r1= [[Boolean]] - [[true|True]] when UAV
|r1= [[Boolean]] - [[true]] when UAV


|x1= <code>_isUAV = [[unitIsUAV]] _vehicle;</code>
|x1= <code>_isUAV = [[unitIsUAV]] _vehicle;</code>

Revision as of 20:20, 25 September 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