ACE3/addons/interact_menu/initSettings.sqf
mharis001 e9af086454 Interaction Menu - Add ability to change selector color (#6292)
* Add selector color changing

* Setup colors once at init
2018-04-28 17:23:44 -05:00

10 lines
312 B
Plaintext

[
QGVAR(selectorColor),
"COLOR",
localize LSTRING(SelectorColor),
format ["ACE %1", localize LSTRING(Category_InteractionMenu)],
[1, 0, 0],
false,
{GVAR(selectorColorHex) = _this call BIS_fnc_colorRGBtoHTML} // Stored in Hex to avoid constant conversion
] call CBA_settings_fnc_init;