CBA_fnc_removeLocalEventHandler

Description

Removes an event handler previously registered with CBA_fnc_addLocalEventHandler.

Parameters

_eventTypeType of event to remove [String].
_handlerIndexIndex of the event handler to remove [Number].

Returns

nil

TODO

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.

Author

Xeno

Close