CBA_fnc_addReceiverOnlyEventhandler

Description

Registers an event handler for an CBA event which is only broadcasted to the receiver (and no other clients)

Parameters

_eventTypeType of event to handle [String].
_handlerFunction to call when event is raised [Code].

Returns

Nothing

Author

Xeno

Close