waypointsEnabledUAV: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|=GROUP1" to "|GROUP1=") |
Lou Montana (talk | contribs) 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 04:18, 17 January 2021
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