BIS fnc displayColorGet: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
(Created page with "{{Function|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= Game version ____________________...") |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | TKOH |= Game name | ||
|1.00|= Game version | |1.00|= Game version | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Loads custom [[Interface_Colors|color settings]] from CfgUIDefault. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [tag,variable] call BIS_fnc_displayColorGet; |= Syntax | ||
|p1= tag: [[String]] - Tag defined in CfgUIDefault |= Parameter 1 | |||
| | |p2= variable: [[String]] - Variable defined in CfgUIDefault >> Variables |= Parameter 2 | ||
| |= Return value | | [[Array]] - in format [[Color]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>["GUI","BCG_RGB"] call BIS_fnc_displayColorGet;</code> | ||
Returns menu color|= Example 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 33: | Line 35: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Take_On_Helicopters:_Functions|displayColorGet]] | |||
[[Category: |
Revision as of 17:33, 22 October 2011
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