enableUAVWaypoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Category:Scripting_Commands_Arma_3 {{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game |1.4...")
 
m (added Parameter)
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| object '''enableUAVWaypoints''' bool |= Syntax
| UAV '''enableUAVWaypoints''' state |= Syntax


|p1= [[object]] - UAV |= Parameter 1
|p1= UAV: [[object]] |= Parameter 1


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





Revision as of 17:46, 23 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 state
Parameters:
UAV: object
state: 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