View source
class SongDifficulty
package funkin.play.song
import funkin.play.song.Song
Available on all platforms
Constructor
Variables
Methods
buildVocals(instId:String = ""):VoicesGroup
Create a VoicesGroup, an audio object that can play the vocals for all characters.
Parameters:
charId | The player ID. |
|---|
Returns:
The generated vocal group.
buildVoiceList():Array<String>
Build a list of vocal files for the given character. Automatically resolves suffixed character IDs (so bf-car will resolve to bf if needed).
Parameters:
id | The character we are about to play. |
|---|
cacheVocals():Void
Cache the vocals for a given character.
Parameters:
id | The character we are about to play. |
|---|