isPiPEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\|= * " to " ")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| TKOH |Game name=
| TKOH


|1.01|Game version=
|1.01


|gr1= System |GROUP1=
|gr1= System


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


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


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]


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


| |SEEALSO=
|


}}
}}

Revision as of 01:41, 18 January 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
isPiPEnabled
Return Value:
Boolean

Examples

Example 1:
_PiPState = isPiPEnabled;

Additional Information

See also:
See also needed

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

Bottom Section