-
Notifications
You must be signed in to change notification settings - Fork 146
Emitter
SinisterRectus edited this page Nov 4, 2016
·
13 revisions
Emits a named event with an optional variable amount of arguments.
Returns the number of listeners that are registered to a named event.
Returns a table of listeners registered to a named event.
Registers a listener function that is called every time a named event is emitted.
Registers a listener function that is called once and unregistered when a named event is emitted.
Causes all named event emissions to propagates to another target emitter.
Unregisters all listeners from a named event.
Unregisters a listener from a named event.