Click or drag to resize

BaseConfigManagerR_getConfigObject Method

Return a config value as an uncast object. Used by R. Not recommended for use outside of R.

Namespace:  Kratos_3.Config
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public Object R_getConfigObject(
	string name
)

Parameters

name
Type: SystemString
The name of the config value to retrieve

Return Value

Type: Object
An object representing a bool, string, or int for the config option
See Also