unitIsUAV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


|arma3 |Game=
|arma3


|1.64|Game Version=
|1.64


|arg=  |Multiplayer Arguments =
|arg=


|eff=  |Multiplayer Effects=
|eff=


|gr1= Remote Control |GROUP1=
|gr1= Remote Control


| Returns true if the unit type is UAV - coresponding to transport param "isUAV" |DESCRIPTION=
| Returns true if the unit type is UAV - coresponding to transport param "isUAV"


| [[unitIsUAV]] unit |SYNTAX=
| [[unitIsUAV]] unit


|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]]


| [[Boolean]] - [[true]] when UAV |RETURNVALUE=
| [[Boolean]] - [[true]] when UAV


|x1= _isUAV = [[unitIsUAV]] veh; |EXAMPLE1=
|x1= _isUAV = [[unitIsUAV]] veh;


| [[allUnitsUAV]] |SEEALSO=
| [[allUnitsUAV]]
}}
}}



Revision as of 12:43, 18 January 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
unitIsUAV unit
Parameters:
unit: Object
Return Value:
Boolean - 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