Skip to main content

Enum ConfigType

Types of options used by the game config.

Assembly: Dalamud.dll
View Source
Declaration
public enum ConfigType

Fields

Unused

Unused config index.

View Source
Declaration
Unused = 0

Category

A label entry with no value.

View Source
Declaration
Category = 1

UInt

A config entry with an unsigned integer value.

View Source
Declaration
UInt = 2

Float

A config entry with a float value.

View Source
Declaration
Float = 3

String

A config entry with a string value.

View Source
Declaration
String = 4

Extension Methods