BIS fnc displayColorGet: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|SYNTAX= 2 " to "|SYNTAX2= ") |
Lou Montana (talk | contribs) m (Text replacement - "|RETURNVALUE= 2 " to "|RETURNVALUE2= ") |
||
Line 25: | Line 25: | ||
|p21= init: [[Boolean]] - when used, function will initialize all color presets |PARAMETER21= | |p21= init: [[Boolean]] - when used, function will initialize all color presets |PARAMETER21= | ||
|r2= [[Nothing]] | | |r2= [[Nothing]] |RETURNVALUE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 15:47, 4 September 2019
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