ConfigValue Type
Parsed configuration value with its type
Union cases
| Union case |
Description
|
Full Usage:
BoolValue bool
Parameters:
bool
|
|
Full Usage:
FloatValue float
Parameters:
float
|
|
Full Usage:
IntValue int
Parameters:
int
|
|
Full Usage:
StringValue string
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBoolValue
Returns: bool
|
|
Full Usage:
this.IsFloatValue
Returns: bool
|
|
Full Usage:
this.IsIntValue
Returns: bool
|
|
Full Usage:
this.IsStringValue
Returns: bool
|
|
UnionConfig