showUAVFeed: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) (some info) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| 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. | | 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. The feed window IGUI display idd is <tt>315</tt>. The actual feed control idc is <tt>102</tt>. | |||
<code>_UAVFeedDisplay <nowiki>=</nowiki> [[uiNamespace]] [[getVariable]] "IGUI_displays" [[select]] {[[ctrlIDD]] _x <nowiki>==</nowiki> 315};</code> |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 01:29, 3 March 2017
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 "IGUI_displays" select {ctrlIDD _x == 315};
- Groups:
- Uncategorised
Syntax
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