mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
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:
parent
70c7df8c4f
commit
c900cb4d7d
6
Sources/epoch_code/gui/scripts/Epoch_getColorScheme.sqf
Normal file
6
Sources/epoch_code/gui/scripts/Epoch_getColorScheme.sqf
Normal 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"
|
||||
]
|
@ -167,6 +167,7 @@ class CfgClientFunctions
|
||||
class secureStorageHandler {};
|
||||
class dynamicText {};
|
||||
class genderSelection {};
|
||||
class getColorScheme {};
|
||||
};
|
||||
|
||||
class config {
|
||||
|
Loading…
Reference in New Issue
Block a user