Class used for saves WITHOUT going through the struggle of type checks
Just add your save variables the way you would do in the Options.hx file.
The macro will automatically generate the flush
and load
functions.
Static variables
Static methods
View in GitHub
staticinlinegetSongHighscore(name:String, diff:String, ?changes:Array<HighscoreChange>):SongScore
Returns the high-score for a song.
Parameters:
name | Song name |
---|---|
diff | Song difficulty |
changes | Changes made to that song in freeplay. |
View in GitHub