mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:33:29 +00:00
defined group colors as a init gvar
This commit is contained in:
@@ -45,4 +45,8 @@ addMissionEventHandler ["ExtensionCallback", {
|
||||
"armatak" callExtension ["log",["error", (_name + _function + _data)]];
|
||||
};
|
||||
};
|
||||
}];
|
||||
}];
|
||||
|
||||
GVAR(group_colors) = ["White", "Yellow", "Orange", "Magenta", "Red", "Maroon", "Purple", "DarkBlue", "Blue", "Cyan", "Teal", "Green", "DarkGreen", "Brown"];
|
||||
|
||||
missionNamespace setVariable [QGVAR(group_colors), GVAR(group_colors)];
|
||||
Reference in New Issue
Block a user