enableUAVWaypoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added Parameter)
(format)
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| UAV '''enableUAVWaypoints''' state |= Syntax
| uav '''enableUAVWaypoints''' enable |= Syntax


|p1= UAV: [[object]] |= Parameter 1
|p1= uav: [[Object]] |= Parameter 1


|p2= state: [[boolean]]  |= Parameter 2
|p2= enable: [[Boolean]]  |= Parameter 2






| Nothing |= Return Value
| [[Nothing]] |= Return Value


____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_uav '''enableUAVWaypoints''' false;
|x1= <code>_uav [[enableUAVWaypoints]] [[false]];
hint str [[waypointsEnabledUAV]] _uav; // returns false</code> |= Example 1
[[hint]] [[str]] [[waypointsEnabledUAV]] _uav; // returns false</code> |= Example 1


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 00:33, 24 April 2015


Hover & click on the images for description

Description

Description:
Enables/disables the option for player to set waypoints for UAV in AV terminal.
Groups:
Uncategorised

Syntax

Syntax:
uav enableUAVWaypoints enable
Parameters:
uav: Object
enable: Boolean
Return Value:
Nothing

Examples

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

Additional Information

See also:
waypointsEnabledUAVenableUAVConnectabilitydisableUAVConnectabilityisUAVConnectedisUAVConnectable 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