Skip to main content

Enum UiControlOption

Config options in the UiControl section.

Assembly: Dalamud.dll
View Source
Declaration
public enum UiControlOption

Fields

AutoChangePointOfView

System option with the internal name AutoChangePointOfView. This option is a UInt.

View Source
Declaration
[GameConfigOption("AutoChangePointOfView", ConfigType.UInt, true)]
AutoChangePointOfView = 0

KeyboardCameraInterpolationType

System option with the internal name KeyboardCameraInterpolationType. This option is a UInt.

View Source
Declaration
[GameConfigOption("KeyboardCameraInterpolationType", ConfigType.UInt, true)]
KeyboardCameraInterpolationType = 1

KeyboardCameraVerticalInterpolation

System option with the internal name KeyboardCameraVerticalInterpolation. This option is a UInt.

View Source
Declaration
[GameConfigOption("KeyboardCameraVerticalInterpolation", ConfigType.UInt, true)]
KeyboardCameraVerticalInterpolation = 2

TiltOffset

System option with the internal name TiltOffset. This option is a Float.

View Source
Declaration
[GameConfigOption("TiltOffset", ConfigType.Float, true)]
TiltOffset = 3

KeyboardSpeed

System option with the internal name KeyboardSpeed. This option is a Float.

View Source
Declaration
[GameConfigOption("KeyboardSpeed", ConfigType.Float, true)]
KeyboardSpeed = 4

PadSpeed

System option with the internal name PadSpeed. This option is a Float.

View Source
Declaration
[GameConfigOption("PadSpeed", ConfigType.Float, true)]
PadSpeed = 5

PadFpsXReverse

System option with the internal name PadFpsXReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("PadFpsXReverse", ConfigType.UInt, true)]
PadFpsXReverse = 6

PadFpsYReverse

System option with the internal name PadFpsYReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("PadFpsYReverse", ConfigType.UInt, true)]
PadFpsYReverse = 7

PadTpsXReverse

System option with the internal name PadTpsXReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("PadTpsXReverse", ConfigType.UInt, true)]
PadTpsXReverse = 8

PadTpsYReverse

System option with the internal name PadTpsYReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("PadTpsYReverse", ConfigType.UInt, true)]
PadTpsYReverse = 9

MouseFpsXReverse

System option with the internal name MouseFpsXReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("MouseFpsXReverse", ConfigType.UInt, true)]
MouseFpsXReverse = 10

MouseFpsYReverse

System option with the internal name MouseFpsYReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("MouseFpsYReverse", ConfigType.UInt, true)]
MouseFpsYReverse = 11

MouseTpsXReverse

System option with the internal name MouseTpsXReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("MouseTpsXReverse", ConfigType.UInt, true)]
MouseTpsXReverse = 12

MouseTpsYReverse

System option with the internal name MouseTpsYReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("MouseTpsYReverse", ConfigType.UInt, true)]
MouseTpsYReverse = 13

MouseCharaViewRotYReverse

System option with the internal name MouseCharaViewRotYReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("MouseCharaViewRotYReverse", ConfigType.UInt, true)]
MouseCharaViewRotYReverse = 14

MouseCharaViewRotXReverse

System option with the internal name MouseCharaViewRotXReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("MouseCharaViewRotXReverse", ConfigType.UInt, true)]
MouseCharaViewRotXReverse = 15

MouseCharaViewMoveYReverse

System option with the internal name MouseCharaViewMoveYReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("MouseCharaViewMoveYReverse", ConfigType.UInt, true)]
MouseCharaViewMoveYReverse = 16

MouseCharaViewMoveXReverse

System option with the internal name MouseCharaViewMoveXReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("MouseCharaViewMoveXReverse", ConfigType.UInt, true)]
MouseCharaViewMoveXReverse = 17

PADCharaViewRotYReverse

System option with the internal name PADCharaViewRotYReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("PADCharaViewRotYReverse", ConfigType.UInt, true)]
PADCharaViewRotYReverse = 18

PADCharaViewRotXReverse

System option with the internal name PADCharaViewRotXReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("PADCharaViewRotXReverse", ConfigType.UInt, true)]
PADCharaViewRotXReverse = 19

PADCharaViewMoveYReverse

System option with the internal name PADCharaViewMoveYReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("PADCharaViewMoveYReverse", ConfigType.UInt, true)]
PADCharaViewMoveYReverse = 20

PADCharaViewMoveXReverse

System option with the internal name PADCharaViewMoveXReverse. This option is a UInt.

View Source
Declaration
[GameConfigOption("PADCharaViewMoveXReverse", ConfigType.UInt, true)]
PADCharaViewMoveXReverse = 21

FlyingControlType

System option with the internal name FlyingControlType. This option is a UInt.

View Source
Declaration
[GameConfigOption("FlyingControlType", ConfigType.UInt, true)]
FlyingControlType = 22

FlyingLegacyAutorun

System option with the internal name FlyingLegacyAutorun. This option is a UInt.

View Source
Declaration
[GameConfigOption("FlyingLegacyAutorun", ConfigType.UInt, true)]
FlyingLegacyAutorun = 23

AutoFaceTargetOnAction

System option with the internal name AutoFaceTargetOnAction. This option is a UInt.

View Source
Declaration
[GameConfigOption("AutoFaceTargetOnAction", ConfigType.UInt, true)]
AutoFaceTargetOnAction = 24

SelfClick

System option with the internal name SelfClick. This option is a UInt.

View Source
Declaration
[GameConfigOption("SelfClick", ConfigType.UInt, true)]
SelfClick = 25

NoTargetClickCancel

System option with the internal name NoTargetClickCancel. This option is a UInt.

View Source
Declaration
[GameConfigOption("NoTargetClickCancel", ConfigType.UInt, true)]
NoTargetClickCancel = 26

AutoTarget

System option with the internal name AutoTarget. This option is a UInt.

View Source
Declaration
[GameConfigOption("AutoTarget", ConfigType.UInt, true)]
AutoTarget = 27

TargetTypeSelect

System option with the internal name TargetTypeSelect. This option is a UInt.

View Source
Declaration
[GameConfigOption("TargetTypeSelect", ConfigType.UInt, true)]
TargetTypeSelect = 28

AutoLockOn

System option with the internal name AutoLockOn. This option is a UInt.

View Source
Declaration
[GameConfigOption("AutoLockOn", ConfigType.UInt, true)]
AutoLockOn = 29

CircleBattleModeAutoChange

System option with the internal name CircleBattleModeAutoChange. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBattleModeAutoChange", ConfigType.UInt, true)]
CircleBattleModeAutoChange = 30

CircleIsCustom

System option with the internal name CircleIsCustom. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleIsCustom", ConfigType.UInt, true)]
CircleIsCustom = 31

CircleSwordDrawnIsActive

System option with the internal name CircleSwordDrawnIsActive. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnIsActive", ConfigType.UInt, true)]
CircleSwordDrawnIsActive = 32

CircleSwordDrawnNonPartyPc

System option with the internal name CircleSwordDrawnNonPartyPc. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnNonPartyPc", ConfigType.UInt, true)]
CircleSwordDrawnNonPartyPc = 33

CircleSwordDrawnParty

System option with the internal name CircleSwordDrawnParty. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnParty", ConfigType.UInt, true)]
CircleSwordDrawnParty = 34

CircleSwordDrawnEnemy

System option with the internal name CircleSwordDrawnEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnEnemy", ConfigType.UInt, true)]
CircleSwordDrawnEnemy = 35

CircleSwordDrawnAggro

System option with the internal name CircleSwordDrawnAggro. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnAggro", ConfigType.UInt, true)]
CircleSwordDrawnAggro = 36

CircleSwordDrawnNpcOrObject

System option with the internal name CircleSwordDrawnNpcOrObject. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnNpcOrObject", ConfigType.UInt, true)]
CircleSwordDrawnNpcOrObject = 37

CircleSwordDrawnMinion

System option with the internal name CircleSwordDrawnMinion. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnMinion", ConfigType.UInt, true)]
CircleSwordDrawnMinion = 38

CircleSwordDrawnDutyEnemy

System option with the internal name CircleSwordDrawnDutyEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnDutyEnemy", ConfigType.UInt, true)]
CircleSwordDrawnDutyEnemy = 39

CircleSwordDrawnPet

System option with the internal name CircleSwordDrawnPet. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnPet", ConfigType.UInt, true)]
CircleSwordDrawnPet = 40

CircleSwordDrawnAlliance

System option with the internal name CircleSwordDrawnAlliance. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnAlliance", ConfigType.UInt, true)]
CircleSwordDrawnAlliance = 41

CircleSwordDrawnMark

System option with the internal name CircleSwordDrawnMark. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSwordDrawnMark", ConfigType.UInt, true)]
CircleSwordDrawnMark = 42

CircleSheathedIsActive

System option with the internal name CircleSheathedIsActive. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedIsActive", ConfigType.UInt, true)]
CircleSheathedIsActive = 43

CircleSheathedNonPartyPc

System option with the internal name CircleSheathedNonPartyPc. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedNonPartyPc", ConfigType.UInt, true)]
CircleSheathedNonPartyPc = 44

CircleSheathedParty

System option with the internal name CircleSheathedParty. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedParty", ConfigType.UInt, true)]
CircleSheathedParty = 45

CircleSheathedEnemy

System option with the internal name CircleSheathedEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedEnemy", ConfigType.UInt, true)]
CircleSheathedEnemy = 46

CircleSheathedAggro

System option with the internal name CircleSheathedAggro. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedAggro", ConfigType.UInt, true)]
CircleSheathedAggro = 47

CircleSheathedNpcOrObject

System option with the internal name CircleSheathedNpcOrObject. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedNpcOrObject", ConfigType.UInt, true)]
CircleSheathedNpcOrObject = 48

CircleSheathedMinion

System option with the internal name CircleSheathedMinion. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedMinion", ConfigType.UInt, true)]
CircleSheathedMinion = 49

CircleSheathedDutyEnemy

System option with the internal name CircleSheathedDutyEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedDutyEnemy", ConfigType.UInt, true)]
CircleSheathedDutyEnemy = 50

CircleSheathedPet

System option with the internal name CircleSheathedPet. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedPet", ConfigType.UInt, true)]
CircleSheathedPet = 51

CircleSheathedAlliance

System option with the internal name CircleSheathedAlliance. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedAlliance", ConfigType.UInt, true)]
CircleSheathedAlliance = 52

CircleSheathedMark

System option with the internal name CircleSheathedMark. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleSheathedMark", ConfigType.UInt, true)]
CircleSheathedMark = 53

CircleClickIsActive

System option with the internal name CircleClickIsActive. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickIsActive", ConfigType.UInt, true)]
CircleClickIsActive = 54

CircleClickNonPartyPc

System option with the internal name CircleClickNonPartyPc. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickNonPartyPc", ConfigType.UInt, true)]
CircleClickNonPartyPc = 55

CircleClickParty

System option with the internal name CircleClickParty. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickParty", ConfigType.UInt, true)]
CircleClickParty = 56

CircleClickEnemy

System option with the internal name CircleClickEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickEnemy", ConfigType.UInt, true)]
CircleClickEnemy = 57

CircleClickAggro

System option with the internal name CircleClickAggro. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickAggro", ConfigType.UInt, true)]
CircleClickAggro = 58

CircleClickNpcOrObject

System option with the internal name CircleClickNpcOrObject. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickNpcOrObject", ConfigType.UInt, true)]
CircleClickNpcOrObject = 59

CircleClickMinion

System option with the internal name CircleClickMinion. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickMinion", ConfigType.UInt, true)]
CircleClickMinion = 60

CircleClickDutyEnemy

System option with the internal name CircleClickDutyEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickDutyEnemy", ConfigType.UInt, true)]
CircleClickDutyEnemy = 61

CircleClickPet

System option with the internal name CircleClickPet. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickPet", ConfigType.UInt, true)]
CircleClickPet = 62

CircleClickAlliance

System option with the internal name CircleClickAlliance. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickAlliance", ConfigType.UInt, true)]
CircleClickAlliance = 63

CircleClickMark

System option with the internal name CircleClickMark. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleClickMark", ConfigType.UInt, true)]
CircleClickMark = 64

CircleXButtonIsActive

System option with the internal name CircleXButtonIsActive. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonIsActive", ConfigType.UInt, true)]
CircleXButtonIsActive = 65

CircleXButtonNonPartyPc

System option with the internal name CircleXButtonNonPartyPc. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonNonPartyPc", ConfigType.UInt, true)]
CircleXButtonNonPartyPc = 66

CircleXButtonParty

System option with the internal name CircleXButtonParty. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonParty", ConfigType.UInt, true)]
CircleXButtonParty = 67

CircleXButtonEnemy

System option with the internal name CircleXButtonEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonEnemy", ConfigType.UInt, true)]
CircleXButtonEnemy = 68

CircleXButtonAggro

System option with the internal name CircleXButtonAggro. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonAggro", ConfigType.UInt, true)]
CircleXButtonAggro = 69

CircleXButtonNpcOrObject

System option with the internal name CircleXButtonNpcOrObject. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonNpcOrObject", ConfigType.UInt, true)]
CircleXButtonNpcOrObject = 70

CircleXButtonMinion

System option with the internal name CircleXButtonMinion. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonMinion", ConfigType.UInt, true)]
CircleXButtonMinion = 71

CircleXButtonDutyEnemy

System option with the internal name CircleXButtonDutyEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonDutyEnemy", ConfigType.UInt, true)]
CircleXButtonDutyEnemy = 72

CircleXButtonPet

System option with the internal name CircleXButtonPet. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonPet", ConfigType.UInt, true)]
CircleXButtonPet = 73

CircleXButtonAlliance

System option with the internal name CircleXButtonAlliance. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonAlliance", ConfigType.UInt, true)]
CircleXButtonAlliance = 74

CircleXButtonMark

System option with the internal name CircleXButtonMark. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleXButtonMark", ConfigType.UInt, true)]
CircleXButtonMark = 75

CircleYButtonIsActive

System option with the internal name CircleYButtonIsActive. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonIsActive", ConfigType.UInt, true)]
CircleYButtonIsActive = 76

CircleYButtonNonPartyPc

System option with the internal name CircleYButtonNonPartyPc. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonNonPartyPc", ConfigType.UInt, true)]
CircleYButtonNonPartyPc = 77

CircleYButtonParty

System option with the internal name CircleYButtonParty. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonParty", ConfigType.UInt, true)]
CircleYButtonParty = 78

CircleYButtonEnemy

System option with the internal name CircleYButtonEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonEnemy", ConfigType.UInt, true)]
CircleYButtonEnemy = 79

CircleYButtonAggro

System option with the internal name CircleYButtonAggro. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonAggro", ConfigType.UInt, true)]
CircleYButtonAggro = 80

CircleYButtonNpcOrObject

System option with the internal name CircleYButtonNpcOrObject. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonNpcOrObject", ConfigType.UInt, true)]
CircleYButtonNpcOrObject = 81

CircleYButtonMinion

System option with the internal name CircleYButtonMinion. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonMinion", ConfigType.UInt, true)]
CircleYButtonMinion = 82

CircleYButtonDutyEnemy

System option with the internal name CircleYButtonDutyEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonDutyEnemy", ConfigType.UInt, true)]
CircleYButtonDutyEnemy = 83

CircleYButtonPet

System option with the internal name CircleYButtonPet. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonPet", ConfigType.UInt, true)]
CircleYButtonPet = 84

CircleYButtonAlliance

System option with the internal name CircleYButtonAlliance. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonAlliance", ConfigType.UInt, true)]
CircleYButtonAlliance = 85

CircleYButtonMark

System option with the internal name CircleYButtonMark. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleYButtonMark", ConfigType.UInt, true)]
CircleYButtonMark = 86

CircleBButtonIsActive

System option with the internal name CircleBButtonIsActive. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonIsActive", ConfigType.UInt, true)]
CircleBButtonIsActive = 87

CircleBButtonNonPartyPc

System option with the internal name CircleBButtonNonPartyPc. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonNonPartyPc", ConfigType.UInt, true)]
CircleBButtonNonPartyPc = 88

CircleBButtonParty

System option with the internal name CircleBButtonParty. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonParty", ConfigType.UInt, true)]
CircleBButtonParty = 89

CircleBButtonEnemy

System option with the internal name CircleBButtonEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonEnemy", ConfigType.UInt, true)]
CircleBButtonEnemy = 90

CircleBButtonAggro

System option with the internal name CircleBButtonAggro. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonAggro", ConfigType.UInt, true)]
CircleBButtonAggro = 91

CircleBButtonNpcOrObject

System option with the internal name CircleBButtonNpcOrObject. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonNpcOrObject", ConfigType.UInt, true)]
CircleBButtonNpcOrObject = 92

CircleBButtonMinion

System option with the internal name CircleBButtonMinion. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonMinion", ConfigType.UInt, true)]
CircleBButtonMinion = 93

CircleBButtonDutyEnemy

System option with the internal name CircleBButtonDutyEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonDutyEnemy", ConfigType.UInt, true)]
CircleBButtonDutyEnemy = 94

CircleBButtonPet

System option with the internal name CircleBButtonPet. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonPet", ConfigType.UInt, true)]
CircleBButtonPet = 95

CircleBButtonAlliance

System option with the internal name CircleBButtonAlliance. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonAlliance", ConfigType.UInt, true)]
CircleBButtonAlliance = 96

CircleBButtonMark

System option with the internal name CircleBButtonMark. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleBButtonMark", ConfigType.UInt, true)]
CircleBButtonMark = 97

CircleAButtonIsActive

System option with the internal name CircleAButtonIsActive. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonIsActive", ConfigType.UInt, true)]
CircleAButtonIsActive = 98

CircleAButtonNonPartyPc

System option with the internal name CircleAButtonNonPartyPc. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonNonPartyPc", ConfigType.UInt, true)]
CircleAButtonNonPartyPc = 99

CircleAButtonParty

System option with the internal name CircleAButtonParty. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonParty", ConfigType.UInt, true)]
CircleAButtonParty = 100

CircleAButtonEnemy

System option with the internal name CircleAButtonEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonEnemy", ConfigType.UInt, true)]
CircleAButtonEnemy = 101

CircleAButtonAggro

System option with the internal name CircleAButtonAggro. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonAggro", ConfigType.UInt, true)]
CircleAButtonAggro = 102

CircleAButtonNpcOrObject

System option with the internal name CircleAButtonNpcOrObject. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonNpcOrObject", ConfigType.UInt, true)]
CircleAButtonNpcOrObject = 103

CircleAButtonMinion

System option with the internal name CircleAButtonMinion. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonMinion", ConfigType.UInt, true)]
CircleAButtonMinion = 104

CircleAButtonDutyEnemy

System option with the internal name CircleAButtonDutyEnemy. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonDutyEnemy", ConfigType.UInt, true)]
CircleAButtonDutyEnemy = 105

CircleAButtonPet

System option with the internal name CircleAButtonPet. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonPet", ConfigType.UInt, true)]
CircleAButtonPet = 106

CircleAButtonAlliance

System option with the internal name CircleAButtonAlliance. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonAlliance", ConfigType.UInt, true)]
CircleAButtonAlliance = 107

CircleAButtonMark

System option with the internal name CircleAButtonMark. This option is a UInt.

View Source
Declaration
[GameConfigOption("CircleAButtonMark", ConfigType.UInt, true)]
CircleAButtonMark = 108

GroundTargetType

System option with the internal name GroundTargetType. This option is a UInt.

View Source
Declaration
[GameConfigOption("GroundTargetType", ConfigType.UInt, true)]
GroundTargetType = 109

GroundTargetCursorSpeed

System option with the internal name GroundTargetCursorSpeed. This option is a UInt.

View Source
Declaration
[GameConfigOption("GroundTargetCursorSpeed", ConfigType.UInt, true)]
GroundTargetCursorSpeed = 110

TargetCircleType

System option with the internal name TargetCircleType. This option is a UInt.

View Source
Declaration
[GameConfigOption("TargetCircleType", ConfigType.UInt, true)]
TargetCircleType = 111

TargetLineType

System option with the internal name TargetLineType. This option is a UInt.

View Source
Declaration
[GameConfigOption("TargetLineType", ConfigType.UInt, true)]
TargetLineType = 112

LinkLineType

System option with the internal name LinkLineType. This option is a UInt.

View Source
Declaration
[GameConfigOption("LinkLineType", ConfigType.UInt, true)]
LinkLineType = 113

ObjectBorderingType

System option with the internal name ObjectBorderingType. This option is a UInt.

View Source
Declaration
[GameConfigOption("ObjectBorderingType", ConfigType.UInt, true)]
ObjectBorderingType = 114

MoveMode

System option with the internal name MoveMode. This option is a UInt.

View Source
Declaration
[GameConfigOption("MoveMode", ConfigType.UInt, true)]
MoveMode = 115

HotbarDisp

System option with the internal name HotbarDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarDisp", ConfigType.UInt, true)]
HotbarDisp = 116

HotbarEmptyVisible

System option with the internal name HotbarEmptyVisible. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarEmptyVisible", ConfigType.UInt, true)]
HotbarEmptyVisible = 117

HotbarNoneSlotDisp01

System option with the internal name HotbarNoneSlotDisp01. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp01", ConfigType.UInt, true)]
HotbarNoneSlotDisp01 = 118

HotbarNoneSlotDisp02

System option with the internal name HotbarNoneSlotDisp02. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp02", ConfigType.UInt, true)]
HotbarNoneSlotDisp02 = 119

HotbarNoneSlotDisp03

System option with the internal name HotbarNoneSlotDisp03. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp03", ConfigType.UInt, true)]
HotbarNoneSlotDisp03 = 120

HotbarNoneSlotDisp04

System option with the internal name HotbarNoneSlotDisp04. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp04", ConfigType.UInt, true)]
HotbarNoneSlotDisp04 = 121

HotbarNoneSlotDisp05

System option with the internal name HotbarNoneSlotDisp05. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp05", ConfigType.UInt, true)]
HotbarNoneSlotDisp05 = 122

HotbarNoneSlotDisp06

System option with the internal name HotbarNoneSlotDisp06. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp06", ConfigType.UInt, true)]
HotbarNoneSlotDisp06 = 123

HotbarNoneSlotDisp07

System option with the internal name HotbarNoneSlotDisp07. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp07", ConfigType.UInt, true)]
HotbarNoneSlotDisp07 = 124

HotbarNoneSlotDisp08

System option with the internal name HotbarNoneSlotDisp08. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp08", ConfigType.UInt, true)]
HotbarNoneSlotDisp08 = 125

HotbarNoneSlotDisp09

System option with the internal name HotbarNoneSlotDisp09. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp09", ConfigType.UInt, true)]
HotbarNoneSlotDisp09 = 126

HotbarNoneSlotDisp10

System option with the internal name HotbarNoneSlotDisp10. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDisp10", ConfigType.UInt, true)]
HotbarNoneSlotDisp10 = 127

HotbarNoneSlotDispEX

System option with the internal name HotbarNoneSlotDispEX. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarNoneSlotDispEX", ConfigType.UInt, true)]
HotbarNoneSlotDispEX = 128

ExHotbarSetting

System option with the internal name ExHotbarSetting. This option is a UInt.

View Source
Declaration
[GameConfigOption("ExHotbarSetting", ConfigType.UInt, true)]
ExHotbarSetting = 129

HotbarExHotbarUseSetting

System option with the internal name HotbarExHotbarUseSetting. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarExHotbarUseSetting", ConfigType.UInt, true)]
HotbarExHotbarUseSetting = 130

HotbarCrossUseEx

System option with the internal name HotbarCrossUseEx. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarCrossUseEx", ConfigType.UInt, true)]
HotbarCrossUseEx = 131

HotbarCrossUseExDirection

System option with the internal name HotbarCrossUseExDirection. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarCrossUseExDirection", ConfigType.UInt, true)]
HotbarCrossUseExDirection = 132

HotbarCrossDispType

System option with the internal name HotbarCrossDispType. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarCrossDispType", ConfigType.UInt, true)]
HotbarCrossDispType = 133

PartyListSoloOff

System option with the internal name PartyListSoloOff. This option is a UInt.

View Source
Declaration
[GameConfigOption("PartyListSoloOff", ConfigType.UInt, true)]
PartyListSoloOff = 134

HowTo

System option with the internal name HowTo. This option is a UInt.

View Source
Declaration
[GameConfigOption("HowTo", ConfigType.UInt, true)]
HowTo = 135

HousingFurnitureBindConfirm

System option with the internal name HousingFurnitureBindConfirm. This option is a UInt.

View Source
Declaration
[GameConfigOption("HousingFurnitureBindConfirm", ConfigType.UInt, true)]
HousingFurnitureBindConfirm = 136

DirectChat

System option with the internal name DirectChat. This option is a UInt.

View Source
Declaration
[GameConfigOption("DirectChat", ConfigType.UInt, true)]
DirectChat = 137

CharaParamDisp

System option with the internal name CharaParamDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("CharaParamDisp", ConfigType.UInt, true)]
CharaParamDisp = 138

LimitBreakGaugeDisp

System option with the internal name LimitBreakGaugeDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("LimitBreakGaugeDisp", ConfigType.UInt, true)]
LimitBreakGaugeDisp = 139

ScenarioTreeDisp

System option with the internal name ScenarioTreeDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ScenarioTreeDisp", ConfigType.UInt, true)]
ScenarioTreeDisp = 140

ScenarioTreeCompleteDisp

System option with the internal name ScenarioTreeCompleteDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ScenarioTreeCompleteDisp", ConfigType.UInt, true)]
ScenarioTreeCompleteDisp = 141

HotbarCrossDispAlways

System option with the internal name HotbarCrossDispAlways. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarCrossDispAlways", ConfigType.UInt, true)]
HotbarCrossDispAlways = 142

ExpDisp

System option with the internal name ExpDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ExpDisp", ConfigType.UInt, true)]
ExpDisp = 143

InventryStatusDisp

System option with the internal name InventryStatusDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("InventryStatusDisp", ConfigType.UInt, true)]
InventryStatusDisp = 144

DutyListDisp

System option with the internal name DutyListDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("DutyListDisp", ConfigType.UInt, true)]
DutyListDisp = 145

System option with the internal name NaviMapDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("NaviMapDisp", ConfigType.UInt, true)]
NaviMapDisp = 146

GilStatusDisp

System option with the internal name GilStatusDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("GilStatusDisp", ConfigType.UInt, true)]
GilStatusDisp = 147

InfoSettingDisp

System option with the internal name InfoSettingDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("InfoSettingDisp", ConfigType.UInt, true)]
InfoSettingDisp = 148

InfoSettingDispType

System option with the internal name InfoSettingDispType. This option is a UInt.

View Source
Declaration
[GameConfigOption("InfoSettingDispType", ConfigType.UInt, true)]
InfoSettingDispType = 149

TargetInfoDisp

System option with the internal name TargetInfoDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("TargetInfoDisp", ConfigType.UInt, true)]
TargetInfoDisp = 150

EnemyListDisp

System option with the internal name EnemyListDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("EnemyListDisp", ConfigType.UInt, true)]
EnemyListDisp = 151

FocusTargetDisp

System option with the internal name FocusTargetDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("FocusTargetDisp", ConfigType.UInt, true)]
FocusTargetDisp = 152

ItemDetailDisp

System option with the internal name ItemDetailDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ItemDetailDisp", ConfigType.UInt, true)]
ItemDetailDisp = 153

ActionDetailDisp

System option with the internal name ActionDetailDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ActionDetailDisp", ConfigType.UInt, true)]
ActionDetailDisp = 154

DetailTrackingType

System option with the internal name DetailTrackingType. This option is a UInt.

View Source
Declaration
[GameConfigOption("DetailTrackingType", ConfigType.UInt, true)]
DetailTrackingType = 155

ToolTipDisp

System option with the internal name ToolTipDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ToolTipDisp", ConfigType.UInt, true)]
ToolTipDisp = 156

MapPermeationRate

System option with the internal name MapPermeationRate. This option is a UInt.

View Source
Declaration
[GameConfigOption("MapPermeationRate", ConfigType.UInt, true)]
MapPermeationRate = 157

MapOperationType

System option with the internal name MapOperationType. This option is a UInt.

View Source
Declaration
[GameConfigOption("MapOperationType", ConfigType.UInt, true)]
MapOperationType = 158

PartyListDisp

System option with the internal name PartyListDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("PartyListDisp", ConfigType.UInt, true)]
PartyListDisp = 159

PartyListNameType

System option with the internal name PartyListNameType. This option is a UInt.

View Source
Declaration
[GameConfigOption("PartyListNameType", ConfigType.UInt, true)]
PartyListNameType = 160

FlyTextDisp

System option with the internal name FlyTextDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("FlyTextDisp", ConfigType.UInt, true)]
FlyTextDisp = 161

MapPermeationMode

System option with the internal name MapPermeationMode. This option is a UInt.

View Source
Declaration
[GameConfigOption("MapPermeationMode", ConfigType.UInt, true)]
MapPermeationMode = 162

AllianceList1Disp

System option with the internal name AllianceList1Disp. This option is a UInt.

View Source
Declaration
[GameConfigOption("AllianceList1Disp", ConfigType.UInt, true)]
AllianceList1Disp = 163

AllianceList2Disp

System option with the internal name AllianceList2Disp. This option is a UInt.

View Source
Declaration
[GameConfigOption("AllianceList2Disp", ConfigType.UInt, true)]
AllianceList2Disp = 164

TargetInfoSelfBuff

System option with the internal name TargetInfoSelfBuff. This option is a UInt.

View Source
Declaration
[GameConfigOption("TargetInfoSelfBuff", ConfigType.UInt, true)]
TargetInfoSelfBuff = 165

PopUpTextDisp

System option with the internal name PopUpTextDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("PopUpTextDisp", ConfigType.UInt, true)]
PopUpTextDisp = 166

ContentsInfoDisp

System option with the internal name ContentsInfoDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ContentsInfoDisp", ConfigType.UInt, true)]
ContentsInfoDisp = 167

DutyListHideWhenCntInfoDisp

System option with the internal name DutyListHideWhenCntInfoDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("DutyListHideWhenCntInfoDisp", ConfigType.UInt, true)]
DutyListHideWhenCntInfoDisp = 168

DutyListNumDisp

System option with the internal name DutyListNumDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("DutyListNumDisp", ConfigType.UInt, true)]
DutyListNumDisp = 169

InInstanceContentDutyListDisp

System option with the internal name InInstanceContentDutyListDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("InInstanceContentDutyListDisp", ConfigType.UInt, true)]
InInstanceContentDutyListDisp = 170

InPublicContentDutyListDisp

System option with the internal name InPublicContentDutyListDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("InPublicContentDutyListDisp", ConfigType.UInt, true)]
InPublicContentDutyListDisp = 171

ContentsInfoJoiningRequestDisp

System option with the internal name ContentsInfoJoiningRequestDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ContentsInfoJoiningRequestDisp", ConfigType.UInt, true)]
ContentsInfoJoiningRequestDisp = 172

ContentsInfoJoiningRequestSituationDisp

System option with the internal name ContentsInfoJoiningRequestSituationDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("ContentsInfoJoiningRequestSituationDisp", ConfigType.UInt, true)]
ContentsInfoJoiningRequestSituationDisp = 173

HotbarDispSetNum

System option with the internal name HotbarDispSetNum. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarDispSetNum", ConfigType.UInt, true)]
HotbarDispSetNum = 174

HotbarDispSetChangeType

System option with the internal name HotbarDispSetChangeType. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarDispSetChangeType", ConfigType.UInt, true)]
HotbarDispSetChangeType = 175

HotbarDispSetDragType

System option with the internal name HotbarDispSetDragType. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarDispSetDragType", ConfigType.UInt, true)]
HotbarDispSetDragType = 176

MainCommandType

System option with the internal name MainCommandType. This option is a UInt.

View Source
Declaration
[GameConfigOption("MainCommandType", ConfigType.UInt, true)]
MainCommandType = 177

MainCommandDisp

System option with the internal name MainCommandDisp. This option is a UInt.

View Source
Declaration
[GameConfigOption("MainCommandDisp", ConfigType.UInt, true)]
MainCommandDisp = 178

MainCommandDragShortcut

System option with the internal name MainCommandDragShortcut. This option is a UInt.

View Source
Declaration
[GameConfigOption("MainCommandDragShortcut", ConfigType.UInt, true)]
MainCommandDragShortcut = 179

HotbarDispLookNum

System option with the internal name HotbarDispLookNum. This option is a UInt.

View Source
Declaration
[GameConfigOption("HotbarDispLookNum", ConfigType.UInt, true)]
HotbarDispLookNum = 180

Extension Methods