Static variables
Static methods
View on GitHub
staticaddNoteType(chart:ChartData, noteTypeName:String):Int
Set defaults on strum lines
View on GitHub
staticfilterChartForSaving(chart:ChartData, ?saveMetaInChart:Bool, ?saveLocalEvents:Bool, ?saveGlobalEvents:Bool):ChartData
View on GitHub
staticloadChartMeta(songName:String, ?difficulty:String, fromMods:Bool = true):ChartMetaData
View on GitHub
staticsave(songFolderPath:String, chart:ChartData, ?difficulty:String, ?saveSettings:Null<ChartSaveSettings>):ChartData
Saves the chart to the specific song folder path.
Parameters:
songFolderPath | Path to the song folder (ex: |
---|---|
chart | Chart to save |
difficulty | Name of the difficulty |
saveSettings |
Returns:
Filtered chart used for saving.