ACE3/addons/missileguidance/functions/fnc_doHandoff.sqf

21 lines
344 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
/*
* Author: ACE
* Not currently used
*
* Arguments:
* 0: Target <OBJECT>
* 1: Args <ARRAY>
*
* Return Value:
* None
*
* Example:
* [target, [args]] call ace_missileguidance_fnc_doHandoff
*
* Public: No
*/
params ["_target", "_args"];
2016-05-30 16:37:03 +00:00
2016-10-12 22:35:24 +00:00
[QGVAR(handoff), [_target, _args]] call CBA_fnc_globalEvent;