enableUAVConnectability: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Command Group: Remote Control" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 9: Line 8:


|gr1= Remote Control |GROUP1=
|gr1= Remote Control |GROUP1=
____________________________________________________________________________________________


| Enables unit's AV terminal(s) connecting to UAV. |DESCRIPTION=
| Enables unit's AV terminal(s) connecting to UAV. |DESCRIPTION=
____________________________________________________________________________________________


| object [[enableUAVConnectability]] [uav, checkAllItems] |SYNTAX=
| object [[enableUAVConnectability]] [uav, checkAllItems] |SYNTAX=
Line 23: Line 20:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>unit [[enableUAVConnectability]] [uav, [[true]]];</code> |EXAMPLE1=
|x1= <code>unit [[enableUAVConnectability]] [uav, [[true]]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[disableUAVConnectability]], [[isUAVConnectable]] |SEEALSO=
| [[disableUAVConnectability]], [[isUAVConnectable]] |SEEALSO=

Revision as of 02:13, 17 January 2021

Hover & click on the images for description

Description

Description:
Enables unit's AV terminal(s) connecting to UAV.
Groups:
Remote Control

Syntax

Syntax:
object enableUAVConnectability [uav, checkAllItems]
Parameters:
object: Object
uav: Object or Array
checkAllItems: Boolean - True for enabling of all terminals in unit's inventory, false for enabling of terminal assigned to proper slot only.
Return Value:
Nothing

Examples

Example 1:
unit enableUAVConnectability [uav, true];

Additional Information

See also:
disableUAVConnectabilityisUAVConnectable

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

Notes

Bottom Section