disableUAVConnectability: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * \|p1=" to " |s1= $1 |p1=") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3") |
||
Line 9: | Line 9: | ||
|gr1= Remote Control | |gr1= Remote Control | ||
| Disables unit's AV terminal(s) connecting to UAV. | |descr= Disables unit's AV terminal(s) connecting to UAV. | ||
|s1= object [[disableUAVConnectability]] [uav, checkAllItems] | |s1= object [[disableUAVConnectability]] [uav, checkAllItems] |
Revision as of 21:05, 13 June 2021
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
- 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.