showUAVFeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fred Gandt moved page showUavFeed to showUAVFeed: Case continuity of UAV)
m (Switching to uniformed upper case for all *UAV* commands)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''showUavFeed''' bool |= Syntax
| '''showUAVFeed''' bool |= Syntax


|p1= bool: [[Boolean]]  |= PARAMETER1   
|p1= bool: [[Boolean]]  |= PARAMETER1   
Line 17: Line 17:




|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 20:56, 6 July 2014

Hover & click on the images for description

Description

Description:
Shows/hides video feed transmitted from UAV.
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