ACE3/addons/missileguidance/functions/fnc_doHandoff.sqf

4 lines
127 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
PARAMS_2(_target,_args);
[QGVAR(handoff), [_target, _args]] call EFUNC(common,globalEvent);