View source
class NoteKind
package funkin.play.notes.notekind
implements INoteScriptedClass
extended by NoAnimNoteKind, ScriptedNoteKind
Available on all platforms
Class for note scripts
Constructor
new(noteKind:String, description:String = "", ?noteStyleId:String, ?params:Array<NoteKindParam>, ?noanim:Bool, ?suffix:String)
Variables
scoreable:Bool = true
If this note kind is scoreable (ie, counted towards score and accuracy) Only accessible in scripts Defaults to true