Variables

read onlynextRun:Float

read onlypriority:Int

Methods

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.