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 EventType and event name.

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

Parameters:
Returns:

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