Enum SystemConfigOption
Config options in the System section.
Assembly: Dalamud.dll
View Source
public enum SystemConfigOption
Fields
GuidVersion
System option with the internal name GuidVersion. This option is a UInt.
View Source
[GameConfigOption("GuidVersion", ConfigType.UInt, true)]
GuidVersion = 0
ConfigVersion
System option with the internal name ConfigVersion. This option is a UInt.
View Source
[GameConfigOption("ConfigVersion", ConfigType.UInt, true)]
ConfigVersion = 1
Language
System option with the internal name Language. This option is a UInt.
View Source
[GameConfigOption("Language", ConfigType.UInt, true)]
Language = 2
Region
System option with the internal name Region. This option is a UInt.
View Source
[GameConfigOption("Region", ConfigType.UInt, true)]
Region = 3
UPnP
System option with the internal name UPnP. This option is a UInt.
View Source
[GameConfigOption("UPnP", ConfigType.UInt, true)]
UPnP = 4
Port
System option with the internal name Port. This option is a UInt.
View Source
[GameConfigOption("Port", ConfigType.UInt, true)]
Port = 5
LastLogin0
System option with the internal name LastLogin0. This option is a UInt.
View Source
[GameConfigOption("LastLogin0", ConfigType.UInt, true)]
LastLogin0 = 6
LastLogin1
System option with the internal name LastLogin1. This option is a UInt.
View Source
[GameConfigOption("LastLogin1", ConfigType.UInt, true)]
LastLogin1 = 7
WorldId
System option with the internal name WorldId. This option is a UInt.
View Source
[GameConfigOption("WorldId", ConfigType.UInt, true)]
WorldId = 8
ServiceIndex
System option with the internal name ServiceIndex. This option is a UInt.
View Source
[GameConfigOption("ServiceIndex", ConfigType.UInt, true)]
ServiceIndex = 9
DktSessionId
System option with the internal name DktSessionId. This option is a String.
View Source
[GameConfigOption("DktSessionId", ConfigType.String, true)]
DktSessionId = 10
MainAdapter
System option with the internal name MainAdapter. This option is a String.
View Source
[GameConfigOption("MainAdapter", ConfigType.String, true)]
MainAdapter = 11
ScreenLeft
System option with the internal name ScreenLeft. This option is a UInt.
View Source
[GameConfigOption("ScreenLeft", ConfigType.UInt, true)]
ScreenLeft = 12
ScreenTop
System option with the internal name ScreenTop. This option is a UInt.
View Source
[GameConfigOption("ScreenTop", ConfigType.UInt, true)]
ScreenTop = 13
ScreenWidth
System option with the internal name ScreenWidth. This option is a UInt.
View Source
[GameConfigOption("ScreenWidth", ConfigType.UInt, true)]
ScreenWidth = 14
ScreenHeight
System option with the internal name ScreenHeight. This option is a UInt.
View Source
[GameConfigOption("ScreenHeight", ConfigType.UInt, true)]
ScreenHeight = 15
ScreenMode
System option with the internal name ScreenMode. This option is a UInt.
View Source
[GameConfigOption("ScreenMode", ConfigType.UInt, true)]
ScreenMode = 16
FullScreenWidth
System option with the internal name FullScreenWidth. This option is a UInt.
View Source
[GameConfigOption("FullScreenWidth", ConfigType.UInt, true)]
FullScreenWidth = 17
FullScreenHeight
System option with the internal name FullScreenHeight. This option is a UInt.
View Source
[GameConfigOption("FullScreenHeight", ConfigType.UInt, true)]
FullScreenHeight = 18
Refreshrate
System option with the internal name Refreshrate. This option is a UInt.
View Source
[GameConfigOption("Refreshrate", ConfigType.UInt, true)]
Refreshrate = 19
Fps
System option with the internal name Fps. This option is a UInt.
View Source
[GameConfigOption("Fps", ConfigType.UInt, true)]
Fps = 20
AntiAliasing
System option with the internal name AntiAliasing. This option is a UInt.
View Source
[GameConfigOption("AntiAliasing", ConfigType.UInt, true)]
AntiAliasing = 21
FPSInActive
System option with the internal name FPSInActive. This option is a UInt.
View Source
[GameConfigOption("FPSInActive", ConfigType.UInt, true)]
FPSInActive = 22
ResoMouseDrag
System option with the internal name ResoMouseDrag. This option is a UInt.
View Source
[GameConfigOption("ResoMouseDrag", ConfigType.UInt, true)]
ResoMouseDrag = 23
MouseOpeLimit
System option with the internal name MouseOpeLimit. This option is a UInt.
View Source
[GameConfigOption("MouseOpeLimit", ConfigType.UInt, true)]
MouseOpeLimit = 24
LangSelectSub
System option with the internal name LangSelectSub. This option is a UInt.
View Source
[GameConfigOption("LangSelectSub", ConfigType.UInt, true)]
LangSelectSub = 25
Gamma
System option with the internal name Gamma. This option is a UInt.
View Source
[GameConfigOption("Gamma", ConfigType.UInt, true)]
Gamma = 26
UiBaseScale
System option with the internal name UiBaseScale. This option is a UInt.
View Source
[GameConfigOption("UiBaseScale", ConfigType.UInt, true)]
UiBaseScale = 27
CharaLight
System option with the internal name CharaLight. This option is a UInt.
View Source
[GameConfigOption("CharaLight", ConfigType.UInt, true)]
CharaLight = 28
UiHighScale
System option with the internal name UiHighScale. This option is a UInt.
View Source
[GameConfigOption("UiHighScale", ConfigType.UInt, true)]
UiHighScale = 29
TextureFilterQuality
System option with the internal name TextureFilterQuality. This option is a UInt.
View Source
[GameConfigOption("TextureFilterQuality", ConfigType.UInt, true)]
TextureFilterQuality = 30
TextureAnisotropicQuality
System option with the internal name TextureAnisotropicQuality. This option is a UInt.
View Source
[GameConfigOption("TextureAnisotropicQuality", ConfigType.UInt, true)]
TextureAnisotropicQuality = 31
SSAO
System option with the internal name SSAO. This option is a UInt.
View Source
[GameConfigOption("SSAO", ConfigType.UInt, true)]
SSAO = 32
Glare
System option with the internal name Glare. This option is a UInt.
View Source
[GameConfigOption("Glare", ConfigType.UInt, true)]
Glare = 33
DistortionWater
System option with the internal name DistortionWater. This option is a UInt.
View Source
[GameConfigOption("DistortionWater", ConfigType.UInt, true)]
DistortionWater = 34
DepthOfField
System option with the internal name DepthOfField. This option is a UInt.
View Source
[GameConfigOption("DepthOfField", ConfigType.UInt, true)]
DepthOfField = 35
RadialBlur
System option with the internal name RadialBlur. This option is a UInt.
View Source
[GameConfigOption("RadialBlur", ConfigType.UInt, true)]
RadialBlur = 36
Vignetting
System option with the internal name Vignetting. This option is a UInt.
View Source
[GameConfigOption("Vignetting", ConfigType.UInt, true)]
Vignetting = 37
GrassQuality
System option with the internal name GrassQuality. This option is a UInt.
View Source
[GameConfigOption("GrassQuality", ConfigType.UInt, true)]
GrassQuality = 38
TranslucentQuality
System option with the internal name TranslucentQuality. This option is a UInt.
View Source
[GameConfigOption("TranslucentQuality", ConfigType.UInt, true)]
TranslucentQuality = 39
ShadowVisibilityType
System option with the internal name ShadowVisibilityType. This option is a UInt.
View Source
[GameConfigOption("ShadowVisibilityType", ConfigType.UInt, true)]
ShadowVisibilityType = 40
ShadowSoftShadowType
System option with the internal name ShadowSoftShadowType. This option is a UInt.
View Source
[GameConfigOption("ShadowSoftShadowType", ConfigType.UInt, true)]
ShadowSoftShadowType = 41
ShadowTextureSizeType
System option with the internal name ShadowTextureSizeType. This option is a UInt.
View Source
[GameConfigOption("ShadowTextureSizeType", ConfigType.UInt, true)]
ShadowTextureSizeType = 42
ShadowCascadeCountType
System option with the internal name ShadowCascadeCountType. This option is a UInt.
View Source
[GameConfigOption("ShadowCascadeCountType", ConfigType.UInt, true)]
ShadowCascadeCountType = 43
LodType
System option with the internal name LodType. This option is a UInt.
View Source
[GameConfigOption("LodType", ConfigType.UInt, true)]
LodType = 44
StreamingType
System option with the internal name StreamingType. This option is a UInt.
View Source
[GameConfigOption("StreamingType", ConfigType.UInt, true)]
StreamingType = 45
GeneralQuality
System option with the internal name GeneralQuality. This option is a UInt.
View Source
[GameConfigOption("GeneralQuality", ConfigType.UInt, true)]
GeneralQuality = 46
OcclusionCulling
System option with the internal name OcclusionCulling. This option is a UInt.
View Source
[GameConfigOption("OcclusionCulling", ConfigType.UInt, true)]
OcclusionCulling = 47
ShadowLOD
System option with the internal name ShadowLOD. This option is a UInt.
View Source
[GameConfigOption("ShadowLOD", ConfigType.UInt, true)]
ShadowLOD = 48
PhysicsType
System option with the internal name PhysicsType. This option is a UInt.
View Source
[GameConfigOption("PhysicsType", ConfigType.UInt, true)]
PhysicsType = 49
MapResolution
System option with the internal name MapResolution. This option is a UInt.
View Source
[GameConfigOption("MapResolution", ConfigType.UInt, true)]
MapResolution = 50
ShadowVisibilityTypeSelf
System option with the internal name ShadowVisibilityTypeSelf. This option is a UInt.
View Source
[GameConfigOption("ShadowVisibilityTypeSelf", ConfigType.UInt, true)]
ShadowVisibilityTypeSelf = 51
ShadowVisibilityTypeParty
System option with the internal name ShadowVisibilityTypeParty. This option is a UInt.
View Source
[GameConfigOption("ShadowVisibilityTypeParty", ConfigType.UInt, true)]
ShadowVisibilityTypeParty = 52
ShadowVisibilityTypeOther
System option with the internal name ShadowVisibilityTypeOther. This option is a UInt.
View Source
[GameConfigOption("ShadowVisibilityTypeOther", ConfigType.UInt, true)]
ShadowVisibilityTypeOther = 53
ShadowVisibilityTypeEnemy
System option with the internal name ShadowVisibilityTypeEnemy. This option is a UInt.
View Source
[GameConfigOption("ShadowVisibilityTypeEnemy", ConfigType.UInt, true)]
ShadowVisibilityTypeEnemy = 54
PhysicsTypeSelf
System option with the internal name PhysicsTypeSelf. This option is a UInt.
View Source
[GameConfigOption("PhysicsTypeSelf", ConfigType.UInt, true)]
PhysicsTypeSelf = 55
PhysicsTypeParty
System option with the internal name PhysicsTypeParty. This option is a UInt.
View Source
[GameConfigOption("PhysicsTypeParty", ConfigType.UInt, true)]
PhysicsTypeParty = 56
PhysicsTypeOther
System option with the internal name PhysicsTypeOther. This option is a UInt.
View Source
[GameConfigOption("PhysicsTypeOther", ConfigType.UInt, true)]
PhysicsTypeOther = 57
PhysicsTypeEnemy
System option with the internal name PhysicsTypeEnemy. This option is a UInt.
View Source
[GameConfigOption("PhysicsTypeEnemy", ConfigType.UInt, true)]
PhysicsTypeEnemy = 58
ReflectionType
System option with the internal name ReflectionType. This option is a UInt.
View Source
[GameConfigOption("ReflectionType", ConfigType.UInt, true)]
ReflectionType = 59
ScreenShotImageType
System option with the internal name ScreenShotImageType. This option is a UInt.
View Source
[GameConfigOption("ScreenShotImageType", ConfigType.UInt, true)]
ScreenShotImageType = 60
IsSoundDisable
System option with the internal name IsSoundDisable. This option is a UInt.
View Source
[GameConfigOption("IsSoundDisable", ConfigType.UInt, true)]
IsSoundDisable = 61
IsSoundAlways
System option with the internal name IsSoundAlways. This option is a UInt.
View Source
[GameConfigOption("IsSoundAlways", ConfigType.UInt, true)]
IsSoundAlways = 62
IsSoundBgmAlways
System option with the internal name IsSoundBgmAlways. This option is a UInt.
View Source
[GameConfigOption("IsSoundBgmAlways", ConfigType.UInt, true)]
IsSoundBgmAlways = 63
IsSoundSeAlways
System option with the internal name IsSoundSeAlways. This option is a UInt.
View Source
[GameConfigOption("IsSoundSeAlways", ConfigType.UInt, true)]
IsSoundSeAlways = 64
IsSoundVoiceAlways
System option with the internal name IsSoundVoiceAlways. This option is a UInt.
View Source
[GameConfigOption("IsSoundVoiceAlways", ConfigType.UInt, true)]
IsSoundVoiceAlways = 65
IsSoundSystemAlways
System option with the internal name IsSoundSystemAlways. This option is a UInt.
View Source
[GameConfigOption("IsSoundSystemAlways", ConfigType.UInt, true)]
IsSoundSystemAlways = 66
IsSoundEnvAlways
System option with the internal name IsSoundEnvAlways. This option is a UInt.
View Source
[GameConfigOption("IsSoundEnvAlways", ConfigType.UInt, true)]
IsSoundEnvAlways = 67
IsSoundPerformAlways
System option with the internal name IsSoundPerformAlways. This option is a UInt.
View Source
[GameConfigOption("IsSoundPerformAlways", ConfigType.UInt, true)]
IsSoundPerformAlways = 68
PadGuid
System option with the internal name PadGuid. This option is a UInt.
View Source
[GameConfigOption("PadGuid", ConfigType.UInt, true)]
PadGuid = 69
InstanceGuid
System option with the internal name InstanceGuid. This option is a String.
View Source
[GameConfigOption("InstanceGuid", ConfigType.String, true)]
InstanceGuid = 70
ProductGuid
System option with the internal name ProductGuid. This option is a String.
View Source
[GameConfigOption("ProductGuid", ConfigType.String, true)]
ProductGuid = 71
DeadArea
System option with the internal name DeadArea. This option is a Float.
View Source
[GameConfigOption("DeadArea", ConfigType.Float, true)]
DeadArea = 72
Alias
System option with the internal name Alias. This option is a String.
View Source
[GameConfigOption("Alias", ConfigType.String, true)]
Alias = 73
AlwaysInput
System option with the internal name AlwaysInput. This option is a UInt.
View Source
[GameConfigOption("AlwaysInput", ConfigType.UInt, true)]
AlwaysInput = 74
ForceFeedBack
System option with the internal name ForceFeedBack. This option is a UInt.
View Source
[GameConfigOption("ForceFeedBack", ConfigType.UInt, true)]
ForceFeedBack = 75
PadPovInput
System option with the internal name PadPovInput. This option is a UInt.
View Source
[GameConfigOption("PadPovInput", ConfigType.UInt, true)]
PadPovInput = 76
PadMode
System option with the internal name PadMode. This option is a UInt.
View Source
[GameConfigOption("PadMode", ConfigType.UInt, true)]
PadMode = 77
PadAvailable
System option with the internal name PadAvailable. This option is a UInt.
View Source
[GameConfigOption("PadAvailable", ConfigType.UInt, true)]
PadAvailable = 78
PadReverseConfirmCancel
System option with the internal name PadReverseConfirmCancel. This option is a UInt.
View Source
[GameConfigOption("PadReverseConfirmCancel", ConfigType.UInt, true)]
PadReverseConfirmCancel = 79
PadSelectButtonIcon
System option with the internal name PadSelectButtonIcon. This option is a UInt.
View Source
[GameConfigOption("PadSelectButtonIcon", ConfigType.UInt, true)]
PadSelectButtonIcon = 80
PadMouseMode
System option with the internal name PadMouseMode. This option is a UInt.
View Source
[GameConfigOption("PadMouseMode", ConfigType.UInt, true)]
PadMouseMode = 81
TextPasteEnable
System option with the internal name TextPasteEnable. This option is a UInt.
View Source
[GameConfigOption("TextPasteEnable", ConfigType.UInt, true)]
TextPasteEnable = 82
EnablePsFunction
System option with the internal name EnablePsFunction. This option is a UInt.
View Source
[GameConfigOption("EnablePsFunction", ConfigType.UInt, true)]
EnablePsFunction = 83
WaterWet
System option with the internal name WaterWet. This option is a UInt.
View Source
[GameConfigOption("WaterWet", ConfigType.UInt, true)]
WaterWet = 84
DisplayObjectLimitType
System option with the internal name DisplayObjectLimitType. This option is a UInt.
View Source
[GameConfigOption("DisplayObjectLimitType", ConfigType.UInt, true)]
DisplayObjectLimitType = 85
WindowDispNum
System option with the internal name WindowDispNum. This option is a UInt.
View Source
[GameConfigOption("WindowDispNum", ConfigType.UInt, true)]
WindowDispNum = 86
ScreenShotDir
System option with the internal name ScreenShotDir. This option is a String.
View Source
[GameConfigOption("ScreenShotDir", ConfigType.String, true)]
ScreenShotDir = 87
AntiAliasing_DX11
System option with the internal name AntiAliasing_DX11. This option is a UInt.
View Source
[GameConfigOption("AntiAliasing_DX11", ConfigType.UInt, true)]
AntiAliasing_DX11 = 88
TextureFilterQuality_DX11
System option with the internal name TextureFilterQuality_DX11. This option is a UInt.
View Source
[GameConfigOption("TextureFilterQuality_DX11", ConfigType.UInt, true)]
TextureFilterQuality_DX11 = 89
TextureAnisotropicQuality_DX11
System option with the internal name TextureAnisotropicQuality_DX11. This option is a UInt.
View Source
[GameConfigOption("TextureAnisotropicQuality_DX11", ConfigType.UInt, true)]
TextureAnisotropicQuality_DX11 = 90
SSAO_DX11
System option with the internal name SSAO_DX11. This option is a UInt.
View Source
[GameConfigOption("SSAO_DX11", ConfigType.UInt, true)]
SSAO_DX11 = 91
Glare_DX11
System option with the internal name Glare_DX11. This option is a UInt.
View Source
[GameConfigOption("Glare_DX11", ConfigType.UInt, true)]
Glare_DX11 = 92
DistortionWater_DX11
System option with the internal name DistortionWater_DX11. This option is a UInt.
View Source
[GameConfigOption("DistortionWater_DX11", ConfigType.UInt, true)]
DistortionWater_DX11 = 93
DepthOfField_DX11
System option with the internal name DepthOfField_DX11. This option is a UInt.
View Source
[GameConfigOption("DepthOfField_DX11", ConfigType.UInt, true)]
DepthOfField_DX11 = 94