showUAVFeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Switching to uniformed upper case for all *UAV* commands)
(description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Shows/hides video feed transmitted from UAV.  |= Description
| Shows/hides video feed transmitted from UAV. When enabled, the video is streamed to following texture <tt>"#(argb,512,512,1)r2t(uavpipsingleview,1.25)"</tt> in the feed window.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 01:59, 3 March 2017

Hover & click on the images for description

Description

Description:
Shows/hides video feed transmitted from UAV. When enabled, the video is streamed to following texture "#(argb,512,512,1)r2t(uavpipsingleview,1.25)" in the feed window.
Groups:
Uncategorised

Syntax

Syntax:
showUAVFeed bool
Parameters:
bool: Boolean
Return Value:
Nothing

Examples

Example 1:
showUAVFeed true;

Additional Information

See also:
shownUAVFeedallUnitsUAVgetConnectedUAVUAVControl , 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

Notes

Bottom Section