isAutonomous: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
Line 7: Line 7:


|arg= global|Multiplayer Arguments=
|arg= global|Multiplayer Arguments=
|gr1= Remote Control |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 22:48, 22 September 2020

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