isAutonomous: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "Category:Command Group: Remote Control" to "") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|gr1= Remote Control |GROUP1= | |gr1= Remote Control |GROUP1= | ||
| Returns whether the UAV is in autonomous mode or not. |DESCRIPTION= | | Returns whether the UAV is in autonomous mode or not. |DESCRIPTION= | ||
| [[isAutonomous]] uav |SYNTAX= | | [[isAutonomous]] uav |SYNTAX= | ||
Line 19: | Line 16: | ||
| [[Boolean]] |RETURNVALUE= | | [[Boolean]] |RETURNVALUE= | ||
|x1= <code>[[private]] _isAutonomous = [[isAutonomous]] uav;</code> |EXAMPLE1= | |x1= <code>[[private]] _isAutonomous = [[isAutonomous]] uav;</code> |EXAMPLE1= | ||
| [[setAutonomous]] |SEEALSO= | | [[setAutonomous]] |SEEALSO= |
Revision as of 01:33, 17 January 2021
Description
- Description:
- Returns whether the UAV is in autonomous mode or not.
- Groups:
- Remote Control
Syntax
- Syntax:
- isAutonomous uav
- Parameters:
- uav: Object
- Return Value:
- Boolean
Examples
- Example 1:
private _isAutonomous = isAutonomous uav;
Additional Information
- See also:
- setAutonomous
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