funkin.play.notes
Friday Night Funkin' API Reference
| .. | |
|---|---|
| notekind | |
| notestyle | |
| NoteDirection | The direction of a note. This has implicit casting set up, so you can use this as an integer. |
| NoteHoldCover | |
| NoteSplash | |
| NoteSprite | |
| NoteStatus | An abstract that represents the note status for NoteVibrationsHandler. |
| NoteVibrationsHandler | Handles vibrations on note presses. |
| ScriptedStrumline | A script that can be tied to a Strumline. Create a scripted class that extends Strumline to use this. |
| Strumline | A group of sprites which handles the receptor, the note splashes, and the notes (with sustains) for a given player. |
| StrumlineNote | The actual receptor that you see on screen. |
| SustainTrail | This is based heavily on the |