BIS fnc setIDCStreamFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=")
Line 9: Line 9:
| Shows or hides UI control according to state of the Stream Friendly UI switch in Game Options.
| Shows or hides UI control according to state of the Stream Friendly UI switch in Game Options.


| [target,IDC] call [[BIS_fnc_setIDCStreamFriendly]]
|s1=[target,IDC] call [[BIS_fnc_setIDCStreamFriendly]]


|p1=target: [[Display]] or [[Control]]
|p1=target: [[Display]] or [[Control]]

Revision as of 16:59, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
GUI

Syntax

Syntax:
[target,IDC] call BIS_fnc_setIDCStreamFriendly
Parameters:
target: Display or Control
IDC: Number - (Optional, default -1) Control IDC when the first parameter is a display
Return Value:
Boolean - true when visible, false when hidden

Examples

Example 1:
[ (findDisplay 1337) displayCtrl 42 ] call BIS_fnc_setIDCStreamFriendly;
Example 2:
[ findDisplay 1337, 42 ] call BIS_fnc_setIDCStreamFriendly;

Additional Information

See also:
findDisplaydisplayCtrl

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