unitIsUAV: Difference between revisions
Jump to navigation
Jump to search
m (Update) |
m (template:command argument fix) |
||
Line 6: | Line 6: | ||
|eff= |= Multiplayer Effects | |eff= |= Multiplayer Effects | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns true if the unit type is UAV - coresponding to transport param "isUAV" |= | | Returns true if the unit type is UAV - coresponding to transport param "isUAV" |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[unitIsUAV]] unit |= | | [[unitIsUAV]] unit |SYNTAX= | ||
|p1= unit: [[Object]] |= | |p1= unit: [[Object]] |PARAMETER1= | ||
|p2= |= | |p2= |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
|p3= |= | |p3= |PARAMETER4= | ||
|p3= |= | |p3= |PARAMETER5= | ||
|p3= |= | |p3= |PARAMETER6= | ||
| [[Bool]] - [[true]] when UAV |= | | [[Bool]] - [[true]] when UAV |RETURNVALUE= | ||
|x1= _isUAV = [[unitIsUAV]] veh; |= | |x1= _isUAV = [[unitIsUAV]] veh; |EXAMPLE1= | ||
| [[allUnitsUAV]] |= | | [[allUnitsUAV]] |SEEALSO= | ||
}} | }} | ||
Revision as of 14:50, 7 April 2019
Description
- Description:
- Returns true if the unit type is UAV - coresponding to transport param "isUAV"
- Groups:
- Uncategorised
Syntax
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