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

6 lines
141 B
Plaintext

// Not currently used
#include "script_component.hpp"
PARAMS_2(_target,_args);
[QGVAR(handoff), [_target, _args]] call CBA_fnc_globalEvent;