mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
// Not currently used
|
|
#include "script_component.hpp"
|
|
PARAMS_2(_target,_args);
|
|
|
|
[QGVAR(handoff), [_target, _args]] call CBA_fnc_globalEvent;
|