isAutonomous: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (global args)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns true if UAV is in autonomous mode. |= Description
| Returns true if UAV is in autonomous mode. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''isAutonomous''' uav |= Syntax
| '''isAutonomous''' uav |SYNTAX=


|p1= uav: [[Object]] |= Parameter 1
|p1= uav: [[Object]] |PARAMETER1=


| [[Boolean]] |= Return value
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>bool = [[isAutonomous]] uav;</code> |= Example 1
|x1= <code>bool = [[isAutonomous]] uav;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setAutonomous]] |= See also
| [[setAutonomous]] |SEEALSO=


}}
}}

Revision as of 15:41, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns true if UAV is in autonomous mode.
Groups:
Uncategorised

Syntax

Syntax:
isAutonomous uav
Parameters:
uav: Object
Return Value:
Boolean

Examples

Example 1:
bool = 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