isAutonomous: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
Line 3: Line 3:


| arma3 |Game name=
| arma3 |Game name=
|1.16|Game version=
|1.16|Game version=
|arg= global|Multiplayer Arguments=
|arg= global|Multiplayer Arguments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns true if UAV is in autonomous mode. |DESCRIPTION=
| Returns whether the UAV is in autonomous mode or not. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''isAutonomous''' uav |SYNTAX=
| [[isAutonomous]] uav |SYNTAX=


|p1= uav: [[Object]] |PARAMETER1=
|p1= uav: [[Object]] |PARAMETER1=
Line 18: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>bool = [[isAutonomous]] uav;</code> |EXAMPLE1=
|x1= <code>[[private]] _isAutonomous = [[isAutonomous]] uav;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setAutonomous]] |SEEALSO=
| [[setAutonomous]] |SEEALSO=
}}
}}


Line 35: Line 35:




[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Remote Control]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Revision as of 12:14, 6 August 2020

Hover & click on the images for description

Description

Description:
Returns whether the UAV is in autonomous mode or not.
Groups:
Uncategorised

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