waypointsEnabledUAV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|=GROUP1" to "|GROUP1=")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game=  
| arma3 |Game=  
Line 7: Line 6:
|gr1= Waypoints |GROUP1=
|gr1= Waypoints |GROUP1=
|gr2= Remote Control |GROUP2=
|gr2= Remote Control |GROUP2=
____________________________________________________________________________________________


| Checks if the UAV has waypoints enabled.  |DESCRIPTION=
| Checks if the UAV has waypoints enabled.  |DESCRIPTION=
____________________________________________________________________________________________


| [[waypointsEnabledUAV]] uav |SYNTAX=
| [[waypointsEnabledUAV]] uav |SYNTAX=
Line 17: Line 14:


| [[Boolean]] |RETURNVALUE=
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>_uav [[enableUAVWaypoints]] [[false]];
|x1= <code>_uav [[enableUAVWaypoints]] [[false]];
[[hint]] [[str]] [[waypointsEnabledUAV]] _uav; {{cc|returns false}}</code> |EXAMPLE1=
[[hint]] [[str]] [[waypointsEnabledUAV]] _uav; {{cc|returns false}}</code> |EXAMPLE1=
____________________________________________________________________________________________
| [[enableUAVWaypoints]], [[enableUAVConnectability]], [[disableUAVConnectability]], [[isUAVConnected]], [[isUAVConnectable]] [[allUnitsUAV]], [[getConnectedUAV]], [[connectTerminalToUAV]] |SEEALSO=
| [[enableUAVWaypoints]], [[enableUAVConnectability]], [[disableUAVConnectability]], [[isUAVConnected]], [[isUAVConnectable]] [[allUnitsUAV]], [[getConnectedUAV]], [[connectTerminalToUAV]] |SEEALSO=
}}
}}

Revision as of 05:18, 17 January 2021

Hover & click on the images for description

Description

Description:
Checks if the UAV has waypoints enabled.
Groups:
WaypointsRemote Control

Syntax

Syntax:
waypointsEnabledUAV uav
Parameters:
uav: Object
Return Value:
Boolean

Examples

Example 1:
_uav enableUAVWaypoints false; hint str waypointsEnabledUAV _uav; // returns false

Additional Information

See also:
enableUAVWaypointsenableUAVConnectabilitydisableUAVConnectabilityisUAVConnectedisUAVConnectable allUnitsUAVgetConnectedUAVconnectTerminalToUAV

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