Removes an event handler previously registered with CBA_fnc_addLocalEventHandler.
_eventType | Type of event to remove [String]. |
_handlerIndex | Index of the event handler to remove [Number]. |
nil
Use Hash to store handlers as a sparse array, to save on lots of empty elements in the array if lots of removes are made.
Xeno