BIS fnc setIDCStreamFriendly: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1= GUI |GROUP1=") |
m (Text replacement - "\[\[Category\:Function Group\: GUI(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
||
Line 40: | Line 40: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:setIDCStreamFriendly}}]] | [[Category:Functions|{{uc:setIDCStreamFriendly}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:setIDCStreamFriendly}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:setIDCStreamFriendly}}]] |
Revision as of 16:19, 10 October 2020
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:
- 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