unitIsUAV: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
|gr1= Remote Control | |gr1= Remote Control | ||
|descr= Returns whether or not the given transport object is an UAV, UGV (drone). Command will also return [[true]] for empty drones. Corresponding to transport parameter {{hl|isUAV}}. | |descr= Returns whether or not the given transport object is an UAV, UGV (drone). Command will also return [[true]] for empty drones. Corresponding to transport parameter {{hl|isUAV}}. Since Arma 3 v2.14 the command can also be used to check if the given unit is UAV Pilot or if it is remote controlling a UAV pilot. | ||
|s1= [[unitIsUAV]] object | |s1= [[unitIsUAV]] object | ||
|p1= object: [[Object]] | |p1= object: [[Object]] - transport (and/or unit since 2.14) | ||
|r1= [[Boolean]] - [[true]] when UAV | |r1= [[Boolean]] - [[true]] when UAV |
Revision as of 18:59, 24 February 2023
Description
- Description:
- Returns whether or not the given transport object is an UAV, UGV (drone). Command will also return true for empty drones. Corresponding to transport parameter isUAV. Since Arma 3 v2.14 the command can also be used to check if the given unit is UAV Pilot or if it is remote controlling a UAV pilot.
- Groups:
- Remote Control
Syntax
- Syntax:
- unitIsUAV object
- Parameters:
- object: Object - transport (and/or unit since 2.14)
- Return Value:
- Boolean - true when UAV
Examples
- Example 1:
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