shownUAVFeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Category:Command Group: Remote Control" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 9: Line 8:


|gr2= Custom Panels |GROUP2=
|gr2= Custom Panels |GROUP2=
____________________________________________________________________________________________


| Returns [[true]] if video feed transmitted from UAV is shown. A getter for [[showUAVFeed]]. |DESCRIPTION=
| Returns [[true]] if video feed transmitted from UAV is shown. A getter for [[showUAVFeed]]. |DESCRIPTION=
____________________________________________________________________________________________


| [[shownUAVFeed]] |SYNTAX=
| [[shownUAVFeed]] |SYNTAX=
Line 19: Line 16:


|x1= <code>_bool = [[shownUAVFeed]];</code>|EXAMPLE1=
|x1= <code>_bool = [[shownUAVFeed]];</code>|EXAMPLE1=
____________________________________________________________________________________________


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

Revision as of 04:49, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns true if video feed transmitted from UAV is shown. A getter for showUAVFeed.
Groups:
Remote ControlCustom Panels

Syntax

Syntax:
shownUAVFeed
Return Value:
Boolean

Examples

Example 1:
_bool = shownUAVFeed;

Additional Information

See also:
showUAVFeedallUnitsUAVgetConnectedUAVUAVControlconnectTerminalToUAVisUAVConnected

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