isUAVConnected: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "Category:Command Group: Remote Control" to "")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 0.76


|0.76|Game version=
|gr1= Remote Control


|gr1= Remote Control |GROUP1=
|descr= Returns true if UAV is connected to some terminal.
____________________________________________________________________________________________


| Returns true if UAV is connected to some terminal.  |DESCRIPTION=
|s1= [[isUAVConnected]] uav
____________________________________________________________________________________________


| [[isUAVConnected]] uav |SYNTAX=
|p1= uav: [[Object]]


|p1= uav: [[Object]] |PARAMETER1=
|r1= [[Boolean]]


| [[Boolean]] |RETURNVALUE=
|x1= <sqf>_isConnected = isUAVConnected cursorTarget;</sqf>


|x1= <code>_isConnected = [[isUAVConnected]] [[cursorTarget]];</code>|EXAMPLE1=
|seealso= [[showUAVFeed]] [[shownUAVFeed]] [[allUnitsUAV]] [[getConnectedUAV]] [[UAVControl]] [[connectTerminalToUAV]]
____________________________________________________________________________________________
 
| [[showUAVFeed]], [[shownUAVFeed]], [[allUnitsUAV]], [[getConnectedUAV]], [[UAVControl]], [[connectTerminalToUAV]] |SEEALSO=
 
| |MPBEHAVIOUR=
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 10:23, 13 May 2022

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
_isConnected = isUAVConnected cursorTarget;

Additional Information

See also:
showUAVFeed shownUAVFeed allUnitsUAV getConnectedUAV UAVControl connectTerminalToUAV

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note