dcord ~master (2022-05-06T22:14:59.8294696)
Dub
Repo
Emitter.on
dcord
util
emitter
Emitter
Listen to an event by string, ignoring the actual event in the callback.
class
Emitter
EventListener
on
(
string
event
,
void
delegate
(
)
f
,
EmitterOrder
order
=
EmitterOrder.UNSPECIFIED
)
Meta
Source
See Implementation
dcord
util
emitter
Emitter
functions
emit
listen
listenAll
listenRaw
on
variables
listeners
Listen to an event by string, ignoring the actual event in the callback.