enableUAVConnectability: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Command Group: Remote Control" to "")
No edit summary
 
(18 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.24


|1.24|Game version=
|eff= local


|eff= local|Multiplayer Effects=
|gr1= Remote Control


|gr1= Remote Control |GROUP1=
|descr= Enables unit's AV terminal(s) connecting to UAV.
____________________________________________________________________________________________


| Enables unit's AV terminal(s) connecting to UAV. |DESCRIPTION=
|s1= object [[enableUAVConnectability]] [uav, checkAllItems]
____________________________________________________________________________________________


| object [[enableUAVConnectability]] [uav, checkAllItems] |SYNTAX=
|p1= object: [[Object]]


|p1= object: [[Object]] |PARAMETER1=
|p2= uav: [[Object]]


|p2= uav: [[Object]] or [[Array]] |PARAMETER2=
|p3= checkAllItems: [[Boolean]] - true for enabling of all terminals in unit's inventory, false for enabling of terminal assigned to proper slot only.


|p3= checkAllItems: [[Boolean]] - True for enabling of all terminals in unit's inventory, false for enabling of terminal assigned to proper slot only. |PARAMETER3=
|r1= [[Nothing]]


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


| [[disableUAVConnectability]], [[isUAVConnectable]] |SEEALSO=
|seealso= [[disableUAVConnectability]] [[isUAVConnectable]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 01:17, 12 November 2023

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
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:
disableUAVConnectability isUAVConnectable

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