BIS_fnc_setIDCStreamFriendly

From Bohemia Interactive Community
Revision as of 18:27, 8 November 2023 by Lou Montana (talk | contribs) (Text replacement - ">\[ +(.*) *\] +(call|spawn)" to ">[$1] $2")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Shows or hides UI control according to state of the Stream Friendly UI switch in Game Options.
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:
findDisplay displayCtrl

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