funkin.play.notes.notekind

Friday Night Funkin' API Reference

..
NoAnimNoteKind

A custom note kind which has custom functionality, preventing singing animations from playing.

NoteKind

Class for note scripts

NoteKindManager

NoteKindParam

Typedef for creating custom parameters in the chart editor

NoteKindParamData

NoteKindParamType

Abstract for setting the type of the NoteKindParam This was supposed to be an enum but polymod kept being annoying

ScriptedNoteKind

A script that can be tied to a NoteKind. Create a scripted class that extends NoteKind, then call super('noteKind') in the constructor to use this.