connectTerminalToUAV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.76|= Game version ____________________...")
 
No edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Connect person with UAV terminal to UAV unit. |= Description
| Connect person with UAV terminal to UAV unit. UAV Terminal item needs to be assigned to GPS slot. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 19: Line 19:




|x1= <code>bool = player connectTerminalToUav uav1</code>|= EXAMPLE1  
|x1= <code>bool = [[player]] [[connectTerminalToUav]] uav1</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[allUnitsUav]], [[getConnectedUav]], [[isUavConnected]], [[uavControl]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 18:04, 18 August 2013

Hover & click on the images for description

Description

Description:
Connect person with UAV terminal to UAV unit. UAV Terminal item needs to be assigned to GPS slot.
Groups:
Uncategorised

Syntax

Syntax:
person connectTerminalToUav uav
Parameters:
person: Object
uav: Object
Return Value:
Boolean

Examples

Example 1:
bool = player connectTerminalToUav uav1

Additional Information

See also:
allUnitsUavgetConnectedUavisUavConnecteduavControl

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

Bottom Section