UserSettings
UserSettings : GenericSettings
Overview
UserSettings is a singleton object containing UserGameSettings for managing basic user preferences across all games, accessible via the UserSettings() function.
Description
UserSettings is a singleton object that manages basic user preferences shared across all games. At present, it contains only the UserGameSettings object. To access this object, you can use the UserSettings() function, which returns a reference to the UserSettings instance.
Properties
GameSettings
UserGameSettings
GameSettings properties provide access to UserGameSettings objects that store the player's camera and character control settings.