SettingsRegister provides several important functions:
- Stores/provides access to the default values of settings. - Hides differences between old-style cvars and new script Variables when it comes to persistency. - Manages a set of alternative, user-customizable profiles that each have an independent set of values for the settings.
There will be one SettingsRegister per domain.
Note that SettingsRegister augments and builds on the normal persistent Config (and con_config).
Refactor|Client: Added SettingsRegister, renderer & input settings
SettingsRegister provides several important functions:
- Stores/provides access to the default values of settings.
- Hides differences between old-style cvars and new script Variables
when it comes to persistency.
- Manages a set of alternative, user-customizable profiles that
each have an independent set of values for the settings.
There will be one SettingsRegister per domain.
Note that SettingsRegister augments and builds on the normal
persistent Config (and con_config).