Skip to content

Commit b1cf6a7

Browse files
Missileguidance - Add local event for modification of seeker parameters (#11299)
* Add local event call for seeker modification Added a call to raise a local event for seeker modification API. * Update fnc_guidancePFH.sqf
1 parent f436e52 commit b1cf6a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

addons/missileguidance/functions/fnc_guidancePFH.sqf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
BEGIN_COUNTER(guidancePFH);
2121

2222
params ["_args", "_pfID"];
23+
24+
[QGVAR(guidanceTick),_args] call CBA_fnc_localEvent; // This is not API, and may be broken in the future
25+
2326
_args params ["_firedEH", "_launchParams", "_flightParams", "_seekerParams", "_stateParams", "_targetData", "_navigationStateParams"];
2427
_firedEH params ["_shooter","","","","_ammo","","_projectile"];
2528
_launchParams params ["","_targetLaunchParams","","","","","_navigationType"];

0 commit comments

Comments
 (0)