showUAVFeed: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
Lou Montana (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.16| | |1.16|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 10: | Line 10: | ||
* <tt>"#(argb,512,512,1)r2t(uavpipsingleview,1.25)"</tt> | * <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>. | 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 | <code>_UAVFeedDisplay {{=}} [[uiNamespace]] [[getVariable]] "RscAvCamera";</code> |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[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= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[shownUAVFeed]], [[allUnitsUAV]], [[getConnectedUAV]], [[UAVControl]], [[connectTerminalToUAV]], [[isUAVConnected]] |SEEALSO= | | [[shownUAVFeed]], [[allUnitsUAV]], [[getConnectedUAV]], [[UAVControl]], [[connectTerminalToUAV]], [[isUAVConnected]] |SEEALSO= | ||
| | | |MPBEHAVIOUR= | ||
}} | }} | ||
Line 41: | Line 38: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command Group: Remote Control]] |
Revision as of 19:27, 7 April 2019
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)"
_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
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