getConnectedUAV: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\| * )+\}\}" to "}}")
No edit summary
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
|version1= 0.76


|0.76
|arg= local


|gr1= Remote Control
|gr1= Remote Control


| Returns UAV if unit has connection to some UAV.
|descr= Returns UAV/UGV vehicle if person has connection to some UAV. To return the AI unit which player controls, see [[getConnectedUAVUnit]].


| [[getConnectedUAV]] unit
|s1= [[getConnectedUAV]] person


|p1= unit: [[Object]]
|p1= person: [[Object]] - player controlling UAV/UGV


| [[Object]] - the UAV. [[objNull]] if no UAV is connected.
|r1= [[Object]] - the UAV/UGV object or [[objNull]] if no UAV is connected or if the connected unit is remote.


|x1= <code>[[getConnectedUAV]] [[player]];</code>
|x1= <sqf>getConnectedUAV player;</sqf>
 
 
| [[showUAVFeed]] [[shownUAVFeed]] [[allUnitsUAV]] [[UAVControl]] [[connectTerminalToUAV]] [[isUAVConnected]]


|seealso= [[getConnectedUAVUnit]] [[showUAVFeed]] [[shownUAVFeed]] [[allUnitsUAV]] [[UAVControl]] [[connectTerminalToUAV]] [[isUAVConnected]]
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:22, 25 March 2024

Hover & click on the images for description

Description

Description:
Returns UAV/UGV vehicle if person has connection to some UAV. To return the AI unit which player controls, see getConnectedUAVUnit.
Groups:
Remote Control

Syntax

Syntax:
getConnectedUAV person
Parameters:
person: Object - player controlling UAV/UGV
Return Value:
Object - the UAV/UGV object or objNull if no UAV is connected or if the connected unit is remote.

Examples

Example 1:
getConnectedUAV player;

Additional Information

See also:
getConnectedUAVUnit showUAVFeed shownUAVFeed allUnitsUAV UAVControl connectTerminalToUAV isUAVConnected

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