showUAVFeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed see also)
m (template:command argument fix)
Line 15: Line 15:
| '''showUAVFeed''' show|= Syntax
| '''showUAVFeed''' show|= Syntax


|p1= show: [[Boolean]]  |= PARAMETER1  
|p1= show: [[Boolean]]  |PARAMETER1=   


| [[Boolean]] - always [[true]] unless error |= RETURNVALUE
| [[Boolean]] - always [[true]] unless error |RETURNVALUE=  




|x1= <code>[[showUAVFeed]] [[true]];</code>|= EXAMPLE1
|x1= <code>[[showUAVFeed]] [[true]];</code>|EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:37, 7 April 2019

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. The feed window IGUI display idd is 315. The actual feed control idc is 102. _UAVFeedDisplay = uiNamespace getVariable "RscAvCamera";
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:
shownUAVFeedallUnitsUAVgetConnectedUAVUAVControlconnectTerminalToUAVisUAVConnected

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