BIS fnc displayColorGet: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 44: Line 44:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Function Group: GUI|{{uc:displayColorGet}}]]
[[Category:Take_On_Helicopters:_Functions|displayColorGet]]
[[Category:Functions|{{uc:displayColorGet}}]]
[[Category:Function Group: GUI|displayColorGet]]
[[Category:{{Name|tkoh}}: Functions|{{uc:displayColorGet}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:displayColorGet}}]]

Revision as of 17:00, 25 July 2014

Hover & click on the images for description

Description

Description:
Loads custom color settings from CfgUIDefault. If variables are not stored in profileNamespace yet, function will declare them.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[tag,variable] call BIS_fnc_displayColorGet;
Parameters:
tag: String - Tag defined in CfgUIDefault
variable: String - Variable defined in CfgUIDefault >> Variables
Return Value:
Array - in format Color

Alternative Syntax

Syntax:
init call BIS_fnc_displayColorGet;
Parameters:
init: Boolean - when used, function will initialize all color presets
Return Value:
Nothing

Examples

Example 1:
["GUI","BCG_RGB"] call BIS_fnc_displayColorGet; Returns menu color

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

Notes

Bottom Section