shownUAVFeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\];?<\/code>" to "<sqf>_$1 = $2;</sqf>")
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


| arma3 |Game name=
|game1= arma3
|version1= 1.16


|1.16|Game version=
|gr1= Remote Control


|gr1= Remote Control |GROUP1=
|gr2= Custom Panels


|gr2= Custom Panels |GROUP2=
|descr= Returns [[true]] if video feed transmitted from UAV is shown. A getter for [[showUAVFeed]].


| Returns [[true]] if video feed transmitted from UAV is shown. A getter for [[showUAVFeed]]. |DESCRIPTION=
|s1= [[shownUAVFeed]]


| [[shownUAVFeed]] |SYNTAX=
|r1= [[Boolean]]


| [[Boolean]] |RETURNVALUE=
|x1= <sqf>_bool = shownUAVFeed;</sqf>


|x1= <code>_bool = [[shownUAVFeed]];</code>|EXAMPLE1=
|seealso= [[showUAVFeed]] [[allUnitsUAV]] [[getConnectedUAV]] [[UAVControl]] [[connectTerminalToUAV]] [[isUAVConnected]]
 
| [[showUAVFeed]], [[allUnitsUAV]], [[getConnectedUAV]], [[UAVControl]], [[connectTerminalToUAV]], [[isUAVConnected]] |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>

Latest revision as of 22:21, 7 May 2022

Hover & click on the images for description

Description

Description:
Returns true if video feed transmitted from UAV is shown. A getter for showUAVFeed.
Groups:
Remote ControlCustom Panels

Syntax

Syntax:
shownUAVFeed
Return Value:
Boolean

Examples

Example 1:
_bool = shownUAVFeed;

Additional Information

See also:
showUAVFeed allUnitsUAV getConnectedUAV 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