Raises a CBA event on the target client ID’s machine.
_eventName | Type of event to publish. STRING |
_params | Parameters to pass to the event handlers. <ANY> |
_targetOwner | Where to execute events. <NUMBER> |
None
["test", ["target"], 3] call CBA_fnc_ownerEvent;
PabstMirror