unregisterEventAlias#

Fully qualified name: carb::events::unregisterEventAlias

Defined in carb/events/EventsAdapterUtils.h

inline bool carb::events::unregisterEventAlias(
EventType eventType,
RString pushEvent,
RString popEvent,
)#

Unregisters an alias between an IEvents EventType and IEventDispatcher event names.

This is the opposite behavior from registerEventAlias when called with the same arguments.

Parameters:
Returns:

true if the aliases were removed; false if either alias could not be removed or eventType was 0.