Event__boolean Class
Constructors
Event__boolean.__new()
Event__boolean.__new()
Functions
Requires an instance!
AddEventHandler(fun(arg: boolean))
Subscribes to the event
AddEventHandler(action: fun(arg: boolean)) -> nil
Type | Name | Description |
---|---|---|
fun(arg: boolean) | action | Callback |
RemoveEventHandler(fun(arg: boolean))
Unsubscribes from the event
RemoveEventHandler(action: fun(arg: boolean)) -> nil
Type | Name | Description |
---|---|---|
fun(arg: boolean) | action |