Codename LogoCodename Logo

funkin.savedata.FunkinSave

APIWikiTools

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

@:doNotSavestaticsave:FlxSave

Static methods

View on 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 on GitHub

staticinlinegetWeekHighscore(name:String, diff:String):SongScore

View on GitHub

staticinit():Void

View on GitHub

staticload():Void

View on GitHub

staticinlinesetSongHighscore(name:String, diff:String, highscore:SongScore, ?changes:Array<HighscoreChange>):Bool

View on GitHub

staticinlinesetWeekHighscore(name:String, diff:String, highscore:SongScore):Bool