AERMRE 1.5.1
AER modding framework for Hyper Light Drifter.
|
Semi-opaque type for an object event. More...
#include <event.h>
Public Attributes | |
bool(* | handle )(struct AEREvent *event, AERInstance *target, AERInstance *other) |
Handle the current event. More... | |
struct AEREvent * | next |
Event context for the handle event listener. More... | |
Semi-opaque type for an object event.
For more information about how to use this object see Object Event Listeners.
handle |
Handle the current event.
This function represents the next event listener attached to the current object event.
[in] | event | next event context. |
[in] | target | Target instance passed to the currently executing listener. |
[in] | other | Other instance passed to the currently executing listener. |
next |
Event context for the handle
event listener.