showUAVFeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix description (remove old UAV display info))
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Shows/hides video feed transmitted from UAV. When enabled, the video is streamed to following texture
| Shows/hides video feed transmitted from UAV in [[Arma 3 Custom Info|its custom info panel]]. |DESCRIPTION=
* <tt>"#(argb,512,512,1)r2t(uavpipsingleview,1.25)"</tt>
in the feed window. The feed window IGUI display idd is <tt>315</tt>. The actual feed control idc is <tt>102</tt>.
<code>_UAVFeedDisplay {{=}} [[uiNamespace]] [[getVariable]] "RscAvCamera";</code> |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[showUAVFeed]] show|SYNTAX=
| [[showUAVFeed]] show |SYNTAX=


|p1= show: [[Boolean]]  |PARAMETER1=   
|p1= show: [[Boolean]]  |PARAMETER1=   
Line 22: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[shownUAVFeed]], [[allUnitsUAV]], [[getConnectedUAV]], [[UAVControl]], [[connectTerminalToUAV]], [[isUAVConnected]] |SEEALSO=  
| [[shownUAVFeed]], [[allUnitsUAV]], [[getConnectedUAV]], [[UAVControl]], [[connectTerminalToUAV]], [[isUAVConnected]], [[BIS_fnc_liveFeed]] |SEEALSO=  


| |MPBEHAVIOUR=
| |MPBEHAVIOUR=
Line 35: Line 32:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Remote Control]]
[[Category:Command Group: Remote Control]]

Revision as of 01:05, 25 July 2020

Hover & click on the images for description

Description

Description:
Shows/hides video feed transmitted from UAV in its custom info panel.
Groups:
Uncategorised

Syntax

Syntax:
showUAVFeed show
Parameters:
show: Boolean
Return Value:
Boolean - always true unless error

Examples

Example 1:
showUAVFeed true;

Additional Information

See also:
shownUAVFeedallUnitsUAVgetConnectedUAVUAVControlconnectTerminalToUAVisUAVConnectedBIS_fnc_liveFeed

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

Notes

Bottom Section