enableUAVConnectability: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.24|= Game version ________________...") |
No edit summary |
||
(28 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 1.24 | |||
| | |eff= local | ||
|gr1= Remote Control | |||
| Enables unit's AV terminal(s) connecting to UAV. | |descr= Enables unit's AV terminal(s) connecting to UAV. | ||
| object | |s1= object [[enableUAVConnectability]] [uav, checkAllItems] | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|p2= | |p2= uav: [[Object]] | ||
|p3= | |p3= checkAllItems: [[Boolean]] - true for enabling of all terminals in unit's inventory, false for enabling of terminal assigned to proper slot only. | ||
| | |r1= [[Nothing]] | ||
|x1= <sqf>unit enableUAVConnectability [uav, true];</sqf> | |||
|x1= < | |||
|seealso= [[disableUAVConnectability]] [[isUAVConnectable]] | |||
}} | }} | ||
Latest revision as of 00:17, 12 November 2023
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:
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