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

Constructor

new()

Variables

curBeat:Int

Current beat (in relation is FlxG.sound.music)

curSection:Int

Current measure (in relation is FlxG.sound.music)

curStep:Int

Current step (in relation is FlxG.sound.music)

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).