Header menu logo UnionConfig

ConfigValue Type

Parsed configuration value with its type

Union cases

Union case Description

BoolValue bool

Full Usage: BoolValue bool

Parameters:
    Item : bool

Item : bool

FloatValue float

Full Usage: FloatValue float

Parameters:
    Item : float

Item : float

IntValue int

Full Usage: IntValue int

Parameters:
    Item : int

Item : int

StringValue string

Full Usage: StringValue string

Parameters:
    Item : string

Item : string

Instance members

Instance member Description

this.IsBoolValue

Full Usage: this.IsBoolValue

Returns: bool
Returns: bool

this.IsFloatValue

Full Usage: this.IsFloatValue

Returns: bool
Returns: bool

this.IsIntValue

Full Usage: this.IsIntValue

Returns: bool
Returns: bool

this.IsStringValue

Full Usage: this.IsStringValue

Returns: bool
Returns: bool

Type something to start searching.