Registers an event handler for a specific CBA event which only runs where the first parameter (object) is local.
_eventType | Type of event to handle [String]. |
_handler | Function to call when event is raised [Code]. |
Index of the event handler (can be used with CBA_fnc_removeEventHandler).
Xeno