Static variables

@:value("1.0.1")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.

@:value(">=1.0.0 <1.1.0")staticfinalread onlyLEVEL_DATA_VERSION_RULE:VersionRule = ">=1.0.0 <1.1.0"

staticread onlyinstance:LevelRegistry

Constructor

new()

Methods

listBaseGameEntryIds():Array<String>

A list of all the story weeks from the base game, in order.

Returns:

Array

listModdedEntryIds():Array<String>

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