Open Rails

SettingsBase.Load(Boolean, Dictionary, String, Type) Method

[This is preliminary documentation and subject to change.]

Load a single value from the store, once type of the setting is known

protected void Load(
   bool allowUserSettings,
   Dictionary<string, stringoptionsDictionary,
   string name,
   Type type
);

Parameters

allowUserSettings
Are user settings allowed for this setting?
optionsDictionary
???
name
name of the setting
type
type of the setting

See Also

SettingsBase Class | ORTS.Common Namespace | SettingsBase.Load Overload List