isUAVConnected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
No edit summary
 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


|0.76|Game version=
|eff= local
|gr1= Remote Control


|gr1= Remote Control |GROUP1=
|descr= Returns true if UAV is connected to some terminal. Termnal onnection is handled [[local]]ly, therefore the result of this command will be returned only for the client on which this command is executed.
____________________________________________________________________________________________


| 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>
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:25, 25 March 2024

Hover & click on the images for description

Description

Description:
Returns true if UAV is connected to some terminal. Termnal onnection is handled locally, therefore the result of this command will be returned only for the client on which this command is executed.
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 or on the Forums.
Only post proven facts here! Add Note