BIS fnc displayColorSet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| (\[\[[a-zA-Z ]+\]\]) \|x1=" to " |r1=$1 |x1=")
m (Text replacement - " +" to " ")
Line 33: Line 33:
] call bis_fnc_displayColorSet;</code>
] call bis_fnc_displayColorSet;</code>
}}
}}




[[Category:{{Name|tkoh}}: Functions|{{uc:displayColorSet}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:displayColorSet}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:displayColorSet}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:displayColorSet}}]]

Revision as of 23:40, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
GUI

Syntax

Syntax:
Syntax needed
Parameters:
displayClass: Config - Display classname
display: Display
commitTime (Optional): Number - Commit time
code (Optional): Code - Code executed for every control element (which is passed as _this)
Return Value:
Boolean

Examples

Example 1:
[configFile >> (GUI_classes select _foreachindex),_x] call bis_fnc_displayColorSet;
Example 2:
[ configfile >> _class, _display, 0, { _this ctrlSetFade 0; _this ctrlCommit 0.5; } ] call bis_fnc_displayColorSet;

Additional Information

See also:
See also needed

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