enableUAVWaypoints: Difference between revisions
Jump to navigation
Jump to search
m (added Parameter) |
Killzone Kid (talk | contribs) (format) |
||
Line 12: | Line 12: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | uav '''enableUAVWaypoints''' enable |= Syntax | ||
|p1= | |p1= uav: [[Object]] |= Parameter 1 | ||
|p2= | |p2= enable: [[Boolean]] |= Parameter 2 | ||
| Nothing |= Return Value | | [[Nothing]] |= Return Value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_uav | |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 23:33, 23 April 2015
Description
- Description:
- Enables/disables the option for player to set waypoints for UAV in AV terminal.
- Groups:
- Uncategorised
Syntax
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