Open Rails

SettingsStoreRegistry.GetUserValue Method

[This is preliminary documentation and subject to change.]

Get the value of a user setting

public override 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

SettingsStoreRegistry Class | ORTS.Common Namespace