Script Event used for onStepHit and similar callbacks. This is not cancellable.
new()
curBeat:Int
Current beat (in relation is FlxG.sound.music)
curDecBeat:Float
curDecStep:Float
curSection:Int
Current measure (in relation is FlxG.sound.music)
curStep:Int
Current step (in relation is FlxG.sound.music)
@:value(false)cancelled:Bool = false
Whether or not the current event is canceled.
cancel():Void
Cancels current function (if cancellable).