BIS fnc setIDCStreamFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|Comments=
____________________________________________________________________________________________
| arma3 |Game name=


{{Function|= Comments
|1.00|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| Shows or hides UI control according to state of the Stream Friendly UI switch in Game Options.|Description=
 
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| [target,IDC] call [[BIS_fnc_setIDCStreamFriendly]] |Syntax=


Description:
|p1=target: [[Display]] or [[Control]]  |Parameter 1=
Shows or hides UI control according to state of the Stream Friendly UI switch in Game Options.


Parameter(s):
|p2=IDC: [[Number]] - (Optional, default -1) Control IDC when the first parameter is a display |Parameter 2=
0: DISPLAY or CONTROL
1: NUMBER - control IDC when the first parameter is a display


Returns:
BOOL - true when the control is visible, false when it's not
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Boolean]] - [[True]] when visible, [[false]] when hidden |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_setIDCStreamFriendly]]; --> |= Syntax
|x1= <code>[ ([[findDisplay]] 1337) [[displayCtrl]] 42 ] [[call]] [[BIS_fnc_setIDCStreamFriendly]];</code>|Example 1=


|p1= |= Parameter 1
|x2= <code>[ [[findDisplay]] 1337, 42 ] [[call]] [[BIS_fnc_setIDCStreamFriendly]];</code>|Example 2=


| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
| [[findDisplay]], [[displayCtrl]]  |See also=
____________________________________________________________________________________________
}}


| |= See also
}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 13:28, 21 June 2018

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:
Uncategorised

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


Notes

Bottom Section