Enum ConfigOptionType
Represents the type of a configuration option.
public enum ConfigOptionType
Fields
Bool = 4A boolean value.
Float = 2A floating point number.
Int = 0An integer number.
None = -1No type.
String = 1A string.
Strings = 3A list of strings.