View source
class LevelRegistry
package funkin.data.story.level
extends BaseRegistry_funkin_ui_story_Level_funkin_data_story_level_LevelData_funkin_data_story_level_LevelEntryParams
implements DefaultRegistryImpl, ISingleton
Available on all platforms
Static variables
staticfinalread onlyLEVEL_DATA_VERSION:Version = "1.0.1"
The current version string for the level data format.
Handle breaking changes by incrementing this value
and adding migration to the migrateLevelData() function.
Constructor
Methods
listBaseGameEntryIds():Array<String>
A list of all the story weeks from the base game, in order.
Returns:
Array
listSortedLevelIds():Array<String>
A list of all the story weeks in the game, in order. Modded levels are in alphabetical order at the end of the list.
Returns:
Array