unitIsUAV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
Line 1: Line 1:
{{Command|=
{{Command|=
____________________________________________________________________________________________
____________________________________________________________________________________________
|arma3 |= Game
 
|1.64|= Game Version
|arma3 |Game=
|arg=  |= Multiplayer Arguments  
 
|eff=  |= Multiplayer Effects
|1.64|Game Version=
 
|arg=  |Multiplayer Arguments =
 
|eff=  |Multiplayer Effects=
____________________________________________________________________________________________
____________________________________________________________________________________________
| 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" |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| [[unitIsUAV]] unit |SYNTAX=
| [[unitIsUAV]] unit |SYNTAX=
|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]] |PARAMETER1=
|p2=  |PARAMETER2=
 
|p3=  |PARAMETER3=
|p3=  |PARAMETER4=
|p3=  |PARAMETER5=
|p3=  |PARAMETER6=
| [[Bool]] - [[true]] when UAV |RETURNVALUE=
| [[Bool]] - [[true]] when UAV |RETURNVALUE=
|x1= _isUAV = [[unitIsUAV]] veh; |EXAMPLE1=
|x1= _isUAV = [[unitIsUAV]] veh; |EXAMPLE1=
| [[allUnitsUAV]] |SEEALSO=
| [[allUnitsUAV]] |SEEALSO=
}}
}}
Line 36: Line 41:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Remote Control]]

Revision as of 22:36, 7 April 2019

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