isPiPEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(First draft documentation for new TKOH command)
 
(syntax fixed)
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''isPiPEnabled''' rope|= Syntax
| '''isPiPEnabled''' |= Syntax


|p1= rope: [[Object]] - rope object returned by [[ropeCreate]] command |= Parameter 1
| [[Boolean]] |= Return value
 
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 23:42, 25 November 2011


Hover & click on the images for description

Description

Description:
Returns whether Picture-In-Picture video option is enabled or not.
Groups:
Uncategorised

Syntax

Syntax:
isPiPEnabled
Return Value:
Boolean

Examples

Example 1:
_PiPState = isPiPEnabled;

Additional Information

See also:
-

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