returns [r,g,b,a] of current color scheme on client.

Allows us to adapt to common color scheme selected in game options.
This commit is contained in:
Raymix 2016-06-12 01:08:48 +01:00
parent 70c7df8c4f
commit c900cb4d7d
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[
profileNamespace getVariable "gui_bcg_rgb_r",
profileNamespace getVariable "gui_bcg_rgb_g",
profileNamespace getVariable "gui_bcg_rgb_b",
profileNamespace getVariable "gui_bcg_rgb_a"
]

View File

@ -167,6 +167,7 @@ class CfgClientFunctions
class secureStorageHandler {};
class dynamicText {};
class genderSelection {};
class getColorScheme {};
};
class config {