ACE3/addons/missileguidance/functions/fnc_doHandoff.sqf

6 lines
141 B
Plaintext
Raw Normal View History

2016-10-12 22:35:24 +00:00
// Not currently used
2016-05-30 16:37:03 +00:00
#include "script_component.hpp"
PARAMS_2(_target,_args);
2016-10-12 22:35:24 +00:00
[QGVAR(handoff), [_target, _args]] call CBA_fnc_globalEvent;