CBA_fnc_receiverOnlyEvent

Description

Raises an CBA event only on the receiver and is only broadcasted there Can be called on any client or on the server.  If called on a client the params are broadcasted to the server first, server then checks the owner and sends the params only to that specific client

Parameters

_eventTypeType of event to publish [String].
_paramsParameters to pass to the event handlers [Array].  First param must be an object to check for the owner!!!

Returns

nil

Author

Xeno

Close