mostly working
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "..\script_component.hpp"
|
||||
|
||||
if (!hasInterface) exitWith {};
|
||||
|
||||
private _rootAction = [
|
||||
QGVAR(action_deploy),
|
||||
"Deploy EMP Device",
|
||||
@@ -27,20 +29,9 @@ private _rootAction = [
|
||||
nil,
|
||||
[_radius]
|
||||
] call ace_interact_menu_fnc_createAction;
|
||||
[
|
||||
LEVEL_TRACE,
|
||||
QUOTE(COMPONENT),
|
||||
format["parsed child action: %1", _action]
|
||||
] call EFUNC(common,log);
|
||||
_childActions pushBack _action;
|
||||
_childActions pushBack [_action, [], _target];
|
||||
false
|
||||
} count [100,500,3000];
|
||||
[
|
||||
LEVEL_TRACE,
|
||||
QUOTE(COMPONENT),
|
||||
format["parsed child actions: %1", _childActions]
|
||||
] call EFUNC(common,log);
|
||||
|
||||
_childActions;
|
||||
}
|
||||
] call ace_interact_menu_fnc_createAction;
|
||||
|
||||
Reference in New Issue
Block a user