ACE3/addons/missileguidance/functions/fnc_handleHandoff.sqf
2016-10-17 16:08:23 -05:00

8 lines
226 B
Plaintext

// Not currently used
#include "script_component.hpp"
PARAMS_2(_target,_args);
if (isNil "_target" || {isNull _target} || {!local _target} ) exitWith { false };
[FUNC(guidancePFH), 0, _args] call CBA_fnc_addPerFrameHandler;