BIS fnc displayColorGet: Difference between revisions

From Bohemia Interactive Community
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
| TKOH |= Game name


|1.00|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Loads custom [[Interface_Colors|color settings]] from CfgUIDefault. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_displayColorGet]]; --> |= Syntax
| [tag,variable] call BIS_fnc_displayColorGet; |= Syntax
 
|p1= tag: [[String]] - Tag defined in CfgUIDefault |= Parameter 1


|p1= |= 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:Function Group: GUI|{{uc:displayColorGet}}]]
 
[[Category:Functions|{{uc:displayColorGet}}]]
[[Category:Take_On_Helicopters:_Functions|displayColorGet]]
[[Category:{{Name|tkoh}}: Functions|{{uc:displayColorGet}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:displayColorGet}}]]

Revision as of 18:33, 22 October 2011

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