isAutonomous: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Command Group: Remote Control" to "")
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 02:33, 17 January 2021

Hover & click on the images for description

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

Notes

Bottom Section