EventManager.emit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void emit(T args, string file, size_t line, string func, string preFunc)
  2. void emit(S sender, T args, string file, size_t line, string func, string preFunc)
    class EventManager(T...)
    void
    emit
    (
    S
    )
    (,,
    string file = __FILE__
    ,
    size_t line = __LINE__
    ,
    string func = __FUNCTION__
    ,
    string preFunc = __PRETTY_FUNCTION__
    )
  3. void emit(FiredContext ctx, T args)

Meta