Members
(static, constant) AUDIO_CODEC_MIGRATION_VERSION
client version when audio codec preference was renamed and migrated
- Default Value
- 1.1.5
- Source
(static, constant) SETTINGS_MIGRATION_VERSION
client version when settings were renamed from dotted names to camelCase
- Default Value
- 1.1.0
- Source
Methods
(static) runGlobalMigrations() → {void}
Run all necessary registry migrations on the "global" JellyRock registry section
- Source
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:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
targetSections | dynamic | <optional> | invalid | Optional array of specific section names to migrate. If invalid, migrates all sections. |
- Source
Returns:
- Type:
- void