setAutonomous: Difference between revisions

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


|1.16|Game version=
|1.16|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 11: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| uav '''setAutonomous''' bool |SYNTAX=
| uav [[setAutonomous]] bool |SYNTAX=


|p1= uav: [[Object]] |PARAMETER1=
|p1= uav: [[Object]] |PARAMETER1=
Line 24: Line 23:


| [[isAutonomous]] |SEEALSO=
| [[isAutonomous]] |SEEALSO=
}}
}}


Line 37: 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:15, 6 August 2020

Hover & click on the images for description

Description

Description:
Sets UAV autonomous mode.
Groups:
Uncategorised

Syntax

Syntax:
uav setAutonomous bool
Parameters:
uav: Object
bool: Boolean
Return Value:
Nothing

Examples

Example 1:
uav setAutonomous true;

Additional Information

See also:
isAutonomous

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