mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add global event to wirecut start (#5741)
Wirecutter - Add global event when cutting fences
This commit is contained in:
parent
4d24840181
commit
3f1b755e61
@ -57,3 +57,5 @@ private _progressCheck = {
|
||||
};
|
||||
|
||||
[_timeToCut, [_fenceObject,0,_unit], _onCompletion, _onFail, localize LSTRING(CuttingFence), _progressCheck, ["isNotSwimming"]] call EFUNC(common,progressBar);
|
||||
|
||||
["ace_wireCuttingStarted", [_unit, _fenceObject]] call CBA_fnc_globalEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user