mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
New uiNamespace Var
This commit is contained in:
parent
9fb63d988a
commit
20b151d905
@ -17,7 +17,10 @@ _ok = false;
|
||||
_group = param [0, grpNull, [grpNull]];
|
||||
if not isNull _group then
|
||||
{
|
||||
(uiNamespace getVariable "vemfGroups") pushBack _group;
|
||||
(uiNamespace getVariable ["VEMFrAIgroups",[]]) pushBack _group;
|
||||
{
|
||||
_x setVariable ["VEMFrAIunit", 1, true];
|
||||
} forEach (units _group);
|
||||
_ok = true
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user