Script Event used for onUpdate and similar callbacks. This is not cancellable.

Constructor

new()

Variables

elapsed:Float

Time since last frame.

Methods

Inherited Variables

Defined by ScriptEvent

@:value(false)cancelled:Bool = false

Whether or not the current event is canceled.

Inherited Methods

Defined by ScriptEvent

cancel():Void

Cancels current function (if cancellable).