unregisterEventAlias#
Fully qualified name: carb::events::unregisterEventAlias
Defined in carb/events/EventsAdapterUtils.h
- inline bool carb::events::unregisterEventAlias( )#
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:
eventType – The EventType used with aliasing. May not be 0.
pushEvent – The eventdispatcher::IEventDispatcher event name used for push (immediate) events.
popEvent – The eventdispatcher::IEventDispatcher event name used for pop (deferred) events.
- Returns:
true
if the aliases were removed;false
if either alias could not be removed oreventType
was 0.