BIS fnc setIDCStreamFriendly: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=") |
||
Line 15: | Line 15: | ||
|p2=IDC: [[Number]] - (Optional, default -1) Control IDC when the first parameter is a display | |p2=IDC: [[Number]] - (Optional, default -1) Control IDC when the first parameter is a display | ||
| [[Boolean]] - [[true]] when visible, [[false]] when hidden | |r1=[[Boolean]] - [[true]] when visible, [[false]] when hidden | ||
|x1= <code>[ ([[findDisplay]] 1337) [[displayCtrl]] 42 ] [[call]] [[BIS_fnc_setIDCStreamFriendly]];</code> | |x1= <code>[ ([[findDisplay]] 1337) [[displayCtrl]] 42 ] [[call]] [[BIS_fnc_setIDCStreamFriendly]];</code> |
Revision as of 20:36, 10 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- Syntax needed
- 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