funkin.data.song
Friday Night Funkin' API Reference
| .. | |
|---|---|
| importer | |
| migrator | |
| NoteParamData | |
| SongCharacterData | Information about the characters used in this variation of the song. Create a new variation if you want to change the characters. |
| SongChartData | |
| SongClipboardItems | |
| SongDataUtils | Utility functions for working with song data, including note data, event data, metadata, etc. |
| SongEntryParams | |
| SongEventData | Wrap SongEventData in an abstract so we can overload operators. |
| SongEventDataRaw | The raw underlying data for a song event.
This value gets wrapped in an |
| SongMetadata | Data containing information about a song. It should contain all the data needed to display a song in the Freeplay menu, or to load the assets required to play its chart. Data which is only necessary in-game should be stored in the SongChartData. |
| SongMusicData | Metadata for a song only used for the music. For example, the menu music. |
| SongNoteData | Wrap SongNoteData in an abstract so we can overload operators. |
| SongNoteDataRaw | The underlying data for a single note. |
| SongNoteDataUtils | Utility class for extra handling of song notes |
| SongOffsets | Offsets to apply to the song's instrumental and vocals, relative to the chart. These are intended to correct for issues with the chart, or with the song's audio (for example a 10ms delay before the song starts). This is independent of the offsets applied in the user's settings, which are applied after these offsets and intended to correct for the user's hardware. |
| SongPlayData | |
| SongRegistry | |
| SongTimeChange | |
| SongTimeFormat | |