View source
class HitNoteScriptEvent
package funkin.modding.events
extends NoteScriptEvent › ScriptEvent
import funkin.modding.events.ScriptEvent
Available on all platforms
Constructor
new(note:NoteSprite, healthChange:Float, score:Int, judgement:String, isComboBreak:Bool, comboCount:Int = 0, hitDiff:Float = 0, doesNotesplash:Bool = false)
Variables
doesNotesplash:Bool = false
Whether this note hit causes a note splash to display. Defaults to true only on "sick" notes.