BIS_fnc_displayColorGet

From Bohemia Interactive Community
Revision as of 18:33, 22 October 2011 by Str (talk | contribs) (Created page with "{{Function|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= Game version ____________________...")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Loads custom color settings from CfgUIDefault.
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

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