disableUAVConnectability: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
(23 intermediate revisions by 2 users 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
____________________________________________________________________________________________


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


| object [[disableUAVConnectability]] [uav, checkAllItems] |SYNTAX=
|s1= object [[disableUAVConnectability]] [uav, checkAllItems]


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


|p2= uav: [[Object]] or [[Array]] |PARAMETER2=
|p2= uav: [[Object]]


|p3= checkAllItems: [[Boolean]] - [[true]] to disable all terminals in unit's inventory, [[false]] to only disable the currently assigned terminal. |PARAMETER3=
|p3= checkAllItems: [[Boolean]] - [[true]] to disable all terminals in unit's inventory, [[false]] to only disable the currently assigned terminal.


| [[Nothing]] |RETURNVALUE=
|r1= [[Nothing]]
____________________________________________________________________________________________
 
|x1= <code>myUnit [[disableUAVConnectability]] [myUav, [[true]]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[isUAVConnectable]], [[enableUAVConnectability]] |SEEALSO=
|x1= <sqf>myUnit disableUAVConnectability [myUav, true];</sqf>
 
|seealso= [[isUAVConnectable]] [[enableUAVConnectability]]
}}
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->


<dd class="notedate">Posted on September 15, 2018 - 20:13 (UTC)</dd>
<dt><dt>
<dd class="notedate">Posted on 2018-09-15 - 20:13 (UTC)</dd>
<dt class="note">[[User:PingWing|PingWing]]</dt>
<dt class="note">[[User:PingWing|PingWing]]</dt>
<dd class="note">
<dd class="note">
Line 40: Line 35:
</dd>
</dd>


<!-- Note Section END -->
</dl>
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Command Group: Remote Control]]

Latest revision as of 01:18, 12 November 2023

Hover & click on the images for description

Description

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

Syntax

Syntax:
object disableUAVConnectability [uav, checkAllItems]
Parameters:
object: Object
uav: Object
checkAllItems: Boolean - true to disable all terminals in unit's inventory, false to only disable the currently assigned terminal.
Return Value:
Nothing

Examples

Example 1:
myUnit disableUAVConnectability [myUav, true];

Additional Information

See also:
isUAVConnectable enableUAVConnectability

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
Posted on 2018-09-15 - 20:13 (UTC)
PingWing
This command has effect on a UAV terminal, not on whether a unit is able to connect to a UAV or not.
When a unit gets a new UAV terminal, the unit will be able to connect to the UAV again, unless this command is executed again.