Raises a CBA event on the machine where the vehicle’s turret is local.
_eventName | Type of event to publish. STRING |
_params | Parameters to pass to the event handlers. <ANY> |
_vehicle | Vehicle to which the turret belongs. <OBJECT> |
_turretPath | The turret to execute on. Will accept both [] and [-1] for driver’s turret. ARRAY |
None
["test", ["turret"], cursorObject, [-1]] call CBA_fnc_turretEvent;
NeilZar