|
| DynamicListener (callback_fn fn, EventPriority priority=EventPriority::Normal, std::weak_ptr< mod::Mod > mod=mod::NativeMod::current()) |
|
void | call (Event &event) override |
|
constexpr ListenerId | getId () const |
|
constexpr EventPriority | getPriority () const |
|
constexpr bool | operator== (ListenerBase const &other) const noexcept |
|
constexpr std::strong_ordering | operator<=> (ListenerBase const &other) const noexcept |
|
|
static std::shared_ptr< DynamicListener > | create (callback_fn fn, EventPriority priority=EventPriority::Normal, std::weak_ptr< mod::Mod > mod=mod::NativeMod::current()) |
|
◆ call()
void ll::event::DynamicListener::call |
( |
Event & | event | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: