AERMRE 1.5.1
AER modding framework for Hyper Light Drifter.
AEREvent Struct Reference

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 AEREventnext
 Event context for the handle event listener. More...
 

Detailed Description

Semi-opaque type for an object event.

For more information about how to use this object see Object Event Listeners.

Since
1.0.0

Member Data Documentation

◆ handle

handle

Handle the current event.

This function represents the next event listener attached to the current object event.

Parameters
[in]eventnext event context.
[in]targetTarget instance passed to the currently executing listener.
[in]otherOther instance passed to the currently executing listener.
Returns
Whether or not the event was handled.
Since
1.0.0

◆ next

next

Event context for the handle event listener.

Since
1.4.0

The documentation for this struct was generated from the following file: