Open Rails

SettingsStore.GetUserValue Method

[This is preliminary documentation and subject to change.]

Get the value of a user setting

public abstract object GetUserValue(
   string name,
   Type expectedType
);

Parameters

name
name of the setting
expectedType
Type that is expected

Return Value

the value from the store, as a general object

See Also

SettingsStore Class | ORTS.Common Namespace