isUAVConnected: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<h3 style='display:none'>Notes</h3> <dl class='command_description'> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> <h3 style='display:none'>Bottom Section</h3>" to "")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.76
|0.76


|gr1= Remote Control
|gr1= Remote Control


| Returns true if UAV is connected to some terminal.
|descr= Returns true if UAV is connected to some terminal.


| [[isUAVConnected]] uav
|s1= [[isUAVConnected]] uav


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


| [[Boolean]]
|r1= [[Boolean]]
 
|x1= <code>_isConnected = [[isUAVConnected]] [[cursorTarget]];</code>


| [[showUAVFeed]], [[shownUAVFeed]], [[allUnitsUAV]], [[getConnectedUAV]], [[UAVControl]], [[connectTerminalToUAV]]
|x1= <sqf>_isConnected = isUAVConnected cursorTarget;</sqf>


| |MPBEHAVIOUR=
|seealso= [[showUAVFeed]] [[shownUAVFeed]] [[allUnitsUAV]] [[getConnectedUAV]] [[UAVControl]] [[connectTerminalToUAV]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
[[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