Skip to main content

Enum ConfigType

Types of options used by the game config.

Assembly: Dalamud.dll
Declaration
public enum ConfigType

Fields

Unused

Unused config index.

Declaration
Unused = 0

Category

A label entry with no value.

Declaration
Category = 1

UInt

A config entry with an unsigned integer value.

Declaration
UInt = 2

Float

A config entry with a float value.

Declaration
Float = 3

String

A config entry with a string value.

Declaration
String = 4

Extension Methods