Event__Entity Class

Constructors

Event__Entity.__new()

Event__Entity.__new()

Functions

Requires an instance!

AddEventHandler(fun(arg: Entity))

Subscribes to the event

AddEventHandler(action: fun(arg: Entity)) -> nil
Type Name Description
fun(arg: Entity) action Callback

RemoveEventHandler(fun(arg: Entity))

Unsubscribes from the event

RemoveEventHandler(action: fun(arg: Entity)) -> nil
Type Name Description
fun(arg: Entity) action

Categories:

Updated: