enableUAVConnectability: Difference between revisions
| Lou Montana (talk | contribs) | Lou Montana (talk | contribs)  m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") | ||
| Line 20: | Line 20: | ||
| |r1= [[Nothing]] | |r1= [[Nothing]] | ||
| |x1= <code>unit  | |x1= <code>unit enableUAVConnectability [uav, [[true]]];</code> | ||
| |seealso= [[disableUAVConnectability]] [[isUAVConnectable]] | |seealso= [[disableUAVConnectability]] [[isUAVConnectable]] | ||
| }} | }} | ||
Revision as of 11:02, 12 May 2022
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 or Array
- 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:
- unit enableUAVConnectability [uav, true];
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
 
	