unitIsUAV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.56|= Game Version |arg= |= Multiplayer Arguments |...")
 
(see also)
Line 17: Line 17:
| [[Bool]] - [[true]] when UAV |= Return Value
| [[Bool]] - [[true]] when UAV |= Return Value
|x1= _isUAV = [[unitIsUAV]] veh; |= Example 1
|x1= _isUAV = [[unitIsUAV]] veh; |= Example 1
| - |= See Also
| [[allUnitsUAV]] |= See Also
}}
}}



Revision as of 19:03, 4 July 2016

Hover & click on the images for description

Description

Description:
Returns true if the unit type is UAV - coresponding to transport param "isUAV"
Groups:
Uncategorised

Syntax

Syntax:
unitIsUAV unit
Parameters:
unit: Object
Return Value:
Bool - true when UAV

Examples

Example 1:
_isUAV = unitIsUAV veh;

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

Bottom Section