isAutonomous: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
Lou Montana (talk | contribs) |
||
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 | | Returns whether the UAV is in autonomous mode or not. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[isAutonomous]] uav |SYNTAX= | ||
|p1= uav: [[Object]] |PARAMETER1= | |p1= uav: [[Object]] |PARAMETER1= | ||
Line 18: | Line 19: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code> | |x1= <code>[[private]] _isAutonomous = [[isAutonomous]] uav;</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setAutonomous]] |SEEALSO= | | [[setAutonomous]] |SEEALSO= | ||
}} | }} | ||
Line 35: | Line 35: | ||
[[Category: | [[Category:Command Group: Remote Control]] | ||
Revision as of 11:14, 6 August 2020
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