Utility functions for interacting with .FNFC files.
Static methods
staticloadSongFromFNFCPath(fnfcPath:String):Song
Loads a song from
Parameters:
fnfcPath | The absolute file path to the .FNFC file to load. |
|---|
staticplaySongFromFNFCPath(fnfcPath:String, difficulty:String, variation:String):Void
Open a song's chart from a .FNFC file and play it in the Play State.
Parameters:
fnfcPath | The absolute file path to the .FNFC file to load. |
|---|---|
difficulty | The difficulty level to play. |
variation | The variation of the song to play, such as "default", "erect", or "pico". |