unitIsUAV: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
Lou Montana (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|arma3 |= | |||
|1.64| | |arma3 |Game= | ||
|arg= | | |||
|eff= | | |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= | ||
| [[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 21:36, 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