unregisterEventAlias#
Fully qualified name: carb::events::unregisterEventAlias
Defined in carb/events/EventsAdapterUtils.h
- inline bool carb::events::unregisterEventAlias( )#
Unregisters an alias between an
EventType
and event name.This is the opposite behavior from registerEventAlias when called with the same arguments.
- Parameters:
eventType – The EventType to use with aliasing. May not be 0.
pushEvent – The eventdispatcher::IEventDispatcher event name to use for push (immediate) events.
popEvent – The eventdispatcher::IEventDispatcher event name to use for pop (deferred) events.
- Returns:
true
if the aliases were created;false
if either alias could not be created oreventType
was 0.