EventManager

Undocumented in source.

Members

Aliases

Self
alias Self = typeof(this)
Undocumented in source.

Functions

emit
bool emit(string eventName, string val)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
bool emit(string eventName, string[] vals)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
bool emit(string eventName)
Undocumented in source. Be warned that the author may not have intended to support it.
emit
bool emit(string eventName, bool isErrMode)
Undocumented in source. Be warned that the author may not have intended to support it.
on
Self on(string eventName, EventCallback_1 callback)
Undocumented in source. Be warned that the author may not have intended to support it.
on
Self on(string eventName, EventCallback_2 callback)
Undocumented in source. Be warned that the author may not have intended to support it.
on
Self on(string eventName, EventCallback_3 callback)
Undocumented in source. Be warned that the author may not have intended to support it.
on
Self on(string eventName, EventCallback_4 callback)
Undocumented in source. Be warned that the author may not have intended to support it.
removeEvent
bool removeEvent(string eventName)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta