disableUAVConnectability: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.24|Game version=
|1.24


|eff= local|Multiplayer Effects=
|eff= local


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


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


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


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


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


|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=
| [[Nothing]]
   
   
|x1= <code>myUnit [[disableUAVConnectability]] [myUav, [[true]]];</code> |EXAMPLE1=
|x1= <code>myUnit [[disableUAVConnectability]] [myUav, [[true]]];</code>


| [[isUAVConnectable]], [[enableUAVConnectability]] |SEEALSO=
| [[isUAVConnectable]], [[enableUAVConnectability]]
}}
}}



Revision as of 01:27, 18 January 2021

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 or Array
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:
isUAVConnectableenableUAVConnectability

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

Posted on September 15, 2018 - 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.

Bottom Section