waypointsEnabledUAV: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 ") |
||
Line 16: | Line 16: | ||
|x1= <code>_uav [[enableUAVWaypoints]] [[false]]; | |x1= <code>_uav [[enableUAVWaypoints]] [[false]]; | ||
[[hint]] [[str]] [[waypointsEnabledUAV]] _uav; {{cc|returns false}}</code> | [[hint]] [[str]] [[waypointsEnabledUAV]] _uav; {{cc|returns false}}</code> | ||
|seealso= [[enableUAVWaypoints]] [[enableUAVConnectability]] | |seealso= [[enableUAVWaypoints]] [[enableUAVConnectability]] [[disableUAVConnectability]], [[isUAVConnected]], [[isUAVConnectable]] [[allUnitsUAV]], [[getConnectedUAV]], [[connectTerminalToUAV]] | ||
}} | }} |
Revision as of 20:55, 20 January 2022
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:
- enableUAVWaypoints enableUAVConnectability disableUAVConnectabilityisUAVConnectedisUAVConnectable 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