View source
typedef LegacyNoteSection
package funkin.data.song.importer
import funkin.data.song.importer.FNFLegacyData
Available on all platforms
Fields
optionaltypeOfSection:Null<Int>
sectionNotes:Array<LegacyNote>
* Array of note data:
* - Direction
* - Time (ms)
* - Sustain Duration (ms)
* - Note kind (true = "alt", or string)
mustHitSection:Bool
* Whether the section is a must-hit section.
* If true, 0-3 are boyfriends notes, 4-7 are opponents notes.
* If false, 0-3 are opponents notes, 4-7 are boyfriends notes.