ACE3/addons/missileguidance/functions/fnc_doHandoff.sqf

4 lines
118 B
Plaintext
Raw Normal View History

2016-05-30 16:37:03 +00:00
#include "script_component.hpp"
PARAMS_2(_target,_args);
[QGVAR(handoff), [_target, _args]] call CBA_fnc_globalEvent;