isPiPEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(syntax fixed)
m (template:command argument fix)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns whether Picture-In-Picture video option is enabled or not. |= Description
| Returns whether Picture-In-Picture video option is enabled or not. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''isPiPEnabled''' |= Syntax
| '''isPiPEnabled''' |SYNTAX=


| [[Boolean]] |= Return value
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_PiPState = isPiPEnabled;</code> |=
|x1= <code>_PiPState = isPiPEnabled;</code> |=


| - |= See also
| - |SEEALSO=


}}
}}

Revision as of 15:41, 7 April 2019


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