Skip to content

Commit

Permalink
trigger cba event on progress
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade committed Oct 6, 2024
1 parent 2217eff commit 3705e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/main/functions/fn_updateProgress.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

params ["_worldName", "_step", "_status"];

["grad_meh_progress", _this] call CBA_fnc_localEvent;

private _progress = uiNamespace getVariable ["grad_meh_progress", []];

// map progress: Array including two arrays:
Expand Down

0 comments on commit 3705e32

Please sign in to comment.