dscord ~master (2021-11-07T02:10:19.0578386)
Dub
Repo
AllEventListener
dscord
util
emitter
Listener for all events.
class
AllEventListener :
BaseEventListener
{
void
delegate
(
string
,
Variant
)
func
;
this
(Emitter e, EmitterOrder order, void delegate(string, Variant) f);
void
call
(string name, Variant arg);
}
Constructors
this
this
(Emitter e, EmitterOrder order, void delegate(string, Variant) f)
Undocumented in source.
Members
Functions
call
void
call
(string name, Variant arg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
func
void
delegate
(
string
,
Variant
)
func
;
Undocumented in source.
Inherited Members
From BaseEventListener
order
EmitterOrder
order
;
Undocumented in source.
e
Emitter
e
;
Undocumented in source.
name
string
name
;
Undocumented in source.
unbind
void
unbind
()
Unbinds this listener forever.
call
void
call
(string name, Variant arg)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dscord
util
emitter
aliases
EventListenerArray
classes
AllEventListener
BaseEventListener
Emitter
EmitterStop
EventListener
enums
EmitterOrder
interfaces
BoundEmitter
variables
EmitterOrderAll
Listener for all events.