View source
class SongPlayData
package funkin.data.song
implements ICloneable<SongPlayData>
import funkin.data.song.SongData
Available on all platforms
Constructor
Variables
optionalalbum:Null<String>
The album ID for the album to display in Freeplay.
If null, display no album.
optionalpreviewEnd:Int
The end time for the audio preview in Freeplay. Defaults to 15 seconds in.
Available since
2.2.2
optionalpreviewStart:Int
The start time for the audio preview in Freeplay. Defaults to 0 seconds in.
Available since
2.2.2
optionalratings:Map<String, Int>
The difficulty ratings for this song as displayed in Freeplay. Key is a difficulty ID.
optionalsongVariations:Array<String>
The variations this song has. The associated metadata files should exist.
optionalstickerPack:Null<String>
The sticker pack for the song to use during transitions.
If null, display the character's sticker pack.