Available on all platforms
read onlynextRun:Float
read onlypriority:Int
inlinecall():Void
Call the event. Will do nothing is the event has been stopped.
delay(t:Null<Float>):Void
Delay the execution of the event for the given time, in seconds. If t is null, the event will be run at tick() time.
stop():Void
Stop the event from firing anymore.