setAutonomous: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(version, formatting)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets UAV autonomous mode. |= Description
| Sets UAV autonomous mode. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| uav '''setAutonomous''' bool |= Syntax
| uav '''setAutonomous''' bool |SYNTAX=


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


|p2= bool: [[Boolean]] |= Parameter 2
|p2= bool: [[Boolean]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>uav [[setAutonomous]] [[true]];</code> |= Example 1
|x1= <code>uav [[setAutonomous]] [[true]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[isAutonomous]] |= See also
| [[isAutonomous]] |SEEALSO=


}}
}}

Revision as of 15:46, 7 April 2019

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