unitIsUAV: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
|arma3 | |arma3 | ||
|1.64 | |1.64 | ||
|arg | |arg= | ||
|eff | |eff= | ||
|gr1= Remote Control | |gr1= Remote Control | ||
| 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" | ||
| [[unitIsUAV]] unit | | [[unitIsUAV]] unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| [[Boolean]] - [[true]] when UAV | | [[Boolean]] - [[true]] when UAV | ||
|x1= _isUAV = [[unitIsUAV]] veh; | |x1= _isUAV = [[unitIsUAV]] veh; | ||
| [[allUnitsUAV]] | | [[allUnitsUAV]] | ||
}} | }} | ||
Revision as of 11:43, 18 January 2021
Description
- Description:
- Returns true if the unit type is UAV - coresponding to transport param "isUAV"
- Groups:
- Remote Control
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