Members

(static, constant) AUDIO_CODEC_MIGRATION_VERSION

client version when audio codec preference was renamed and migrated

Default Value
  • 1.1.5

(static, constant) EMPTY_IMAGE_TAG_CLEANUP_VERSION

client version when empty primaryImageTag entries were cleaned up

Default Value
  • 1.4.0

(static, constant) GLOBAL_SETTINGS_CLEANUP_VERSION

client version when globalSplashScreen was incorrectly saved to user registry sections

Default Value
  • 1.5.2

(static, constant) SETTINGS_MIGRATION_VERSION

client version when settings were renamed from dotted names to camelCase

Default Value
  • 1.1.0

(static, constant) SPLASH_SETTING_REMOVAL_VERSION

client version when uiHomeSplashBackground setting was removed

Default Value
  • 1.5.0

Methods

(static) runGlobalMigrations() → {void}

Run all necessary registry migrations on the "global" JellyRock registry section

Returns:
Type: 
void

(static) runRegistryUserMigrations(targetSectionsopt) → {void}

Run registry migrations for user sections Only processes sections with a valid serverId key (written by user.Login()) Automatically skips orphaned/incomplete sections and global sections

Parameters:
NameTypeAttributesDefaultDescription
targetSectionsdynamic<optional>
invalid

Optional array of specific section names to migrate. If invalid, migrates all sections.

Returns:
Type: 
void