ACE3/addons/missileguidance/functions/fnc_handleHandoff.sqf

6 lines
209 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
PARAMS_2(_target,_args);
2015-04-18 22:44:07 +00:00
if(isNil "_target" || { objNull _target} || {!local _target} ) exitWith { false };
[FUNC(guidancePFH), 0, _args] call cba_fnc_addPerFrameHandler;