Enum ConfigurationOptionType
The types of configuration options.
Namespace: Snowflake.Configuration
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public enum ConfigurationOptionType
Fields
| Name | Description |
|---|---|
| Boolean | This option is a true or false value. |
| Decimal | This option is a rational value with unspecified precision. |
| Integer | This option is an integer value. |
| Path | This option will be treated as a file system path. If this is a game configuration, this will usually be relative to the game file system root. |
| Selection | This value is a choice out of a limited set of choices. |
| String | This option will be treated as a UTF-8 string. |