C# Class Nexus.Client.Games.XRebirth.Settings.GeneralSettingsGroup

Inheritance: Nexus.Client.Settings.SettingsGroup
Show file Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
GeneralSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo, IGameMode p_gmdGameMode ) : System

A simple constructor that initializes the object with the given dependencies.

Load ( ) : void

Loads the grouped setting values from the persistent store.

Save ( ) : bool

Persists the grouped setting values to the persistent store.

Method Details

GeneralSettingsGroup() public method

A simple constructor that initializes the object with the given dependencies.
public GeneralSettingsGroup ( IEnvironmentInfo p_eifEnvironmentInfo, IGameMode p_gmdGameMode ) : System
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gmdGameMode IGameMode The game mode currently being managed.
return System

Load() public method

Loads the grouped setting values from the persistent store.
public Load ( ) : void
return void

Save() public method

Persists the grouped setting values to the persistent store.
public Save ( ) : bool
return bool