View source
class SongLoadScriptEvent
package funkin.modding.events
extends ScriptEvent
import funkin.modding.events.ScriptEvent
Available on all platforms
An event that is fired once the song's chart has been parsed.
Constructor
Variables
notes:Array<SongNoteData>
The note associated with this event. You cannot replace it, but you can edit it.