isUAVConnected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fred Gandt moved page isUavConnected to isUAVConnected: Case continuity of UAV)
m (Switching to uniformed upper case for all *UAV* commands)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''isUavConnected''' uav |= Syntax
| '''isUAVConnected''' uav |= Syntax


|p1= uav: [[Object]] |= Parameter 1
|p1= uav: [[Object]] |= Parameter 1
Line 17: Line 17:




|x1= <code>bool = isUavConnected cursorTarget</code>|= EXAMPLE1  
|x1= <code>bool = [[isUAVConnected]] [[cursorTarget]];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[showUavFeed]], [[shownUavFeed]], [[allUnitsUav]], [[getConnectedUav]], [[uavControl]] , [[connectTerminalToUav ]]  |= SEEALSO  
| [[showUAVFeed]], [[shownUAVFeed]], [[allUnitsUAV]], [[getConnectedUAV]], [[UAVControl]] , [[connectTerminalToUAV]]  |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 20:48, 6 July 2014

Hover & click on the images for description

Description

Description:
Returns true if UAV is connected to some terminal.
Groups:
Uncategorised

Syntax

Syntax:
isUAVConnected uav
Parameters:
uav: Object
Return Value:
Boolean

Examples

Example 1:
bool = isUAVConnected cursorTarget;

Additional Information

See also:
showUAVFeedshownUAVFeedallUnitsUAVgetConnectedUAVUAVControl , connectTerminalToUAV

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