dscord ~master (2017-09-20T21:41:30Z)
Home
Dub
Repo
ListenerDef
dscord
bot
listener
Utility struct returned by the UDA.
struct
ListenerDef (
T
) {
string
clsName
;
EmitterOrder
order
;
void
delegate
(
Variant
,
void
delegate
(
T
))
func
;
}
Meta
Source
See Implementation
dscord
bot
listener
classes
ListenerObject
functions
Listener
mixin templates
Listenable
structs
ListenerDef
Utility struct returned by the UDA.