disableUAVConnectability: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma3 | | arma3 | ||
|1.24 | |1.24 | ||
|eff= local | |eff= local | ||
|gr1= Remote Control | |gr1= Remote Control | ||
| Disables unit's AV terminal(s) connecting to UAV. | | Disables unit's AV terminal(s) connecting to UAV. | ||
| object [[disableUAVConnectability]] [uav, checkAllItems] | | object [[disableUAVConnectability]] [uav, checkAllItems] | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|p2= uav: [[Object]] or [[Array]] | |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. | |p3= checkAllItems: [[Boolean]] - [[true]] to disable all terminals in unit's inventory, [[false]] to only disable the currently assigned terminal. | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>myUnit [[disableUAVConnectability]] [myUav, [[true]]];</code> | |x1= <code>myUnit [[disableUAVConnectability]] [myUav, [[true]]];</code> | ||
| [[isUAVConnectable]], [[enableUAVConnectability]] | | [[isUAVConnectable]], [[enableUAVConnectability]] | ||
}} | }} | ||
Revision as of 00:27, 18 January 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
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.