unitIsUAV: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|arma3 | |game1= arma3 | ||
|1.64 | |version1= 1.64 | ||
|gr1= Remote Control | |gr1= Remote Control | ||
| Returns true if the | |descr= Returns true if the object type is UAV - corresponding to transport parameter <tt>isUAV</tt>. | ||
| [[unitIsUAV]] | |s1= [[unitIsUAV]] object | ||
|p1= | |p1= object: [[Object]] | ||
| [[Boolean]] - [[true]] when UAV | |r1= [[Boolean]] - [[true|True]] when UAV | ||
|x1= _isUAV = [[unitIsUAV]] | |x1= <code>_isUAV = [[unitIsUAV]] _vehicle;</code> | ||
|seealso= [[allUnitsUAV]] | |seealso= [[allUnitsUAV]] | ||
}} | }} | ||
Revision as of 00:50, 23 April 2021
Description
- Description:
- Returns true if the object type is UAV - corresponding to transport parameter isUAV.
- Groups:
- Remote Control
Syntax
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