Skip to main content

Enum UiControlOption

Config options in the UiControl section.

Assembly: Dalamud.dll
View Source
Declaration
public enum UiControlOption

Fields

AutoChangePointOfView

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

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

KeyboardCameraInterpolationType

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

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

KeyboardCameraVerticalInterpolation

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

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

TiltOffset

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

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

KeyboardSpeed

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

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

PadSpeed

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

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

PadFpsXReverse

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

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

PadFpsYReverse

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

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

PadTpsXReverse

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

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

PadTpsYReverse

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

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

MouseFpsXReverse

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

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

MouseFpsYReverse

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

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

MouseTpsXReverse

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

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

MouseTpsYReverse

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

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

MouseCharaViewRotYReverse

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

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

MouseCharaViewRotXReverse

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

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

MouseCharaViewMoveYReverse

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

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

MouseCharaViewMoveXReverse

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

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

PADCharaViewRotYReverse

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

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

PADCharaViewRotXReverse

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

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

PADCharaViewMoveYReverse

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

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

PADCharaViewMoveXReverse

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

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

FlyingControlType

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

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

FlyingLegacyAutorun

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

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

AutoFaceTargetOnAction

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

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

SelfClick

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

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

NoTargetClickCancel

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

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

AutoTarget

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

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

TargetTypeSelect

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

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

AutoLockOn

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

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

CircleBattleModeAutoChange

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

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

CircleIsCustom

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

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

CircleSwordDrawnIsActive

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

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

CircleSwordDrawnNonPartyPc

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

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

CircleSwordDrawnParty

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

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

CircleSwordDrawnEnemy

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

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

CircleSwordDrawnAggro

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

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

CircleSwordDrawnNpcOrObject

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

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

CircleSwordDrawnMinion

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

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

CircleSwordDrawnDutyEnemy

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

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

CircleSwordDrawnPet

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

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

CircleSwordDrawnAlliance

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

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

CircleSwordDrawnMark

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

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

CircleSheathedIsActive

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

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

CircleSheathedNonPartyPc

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

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

CircleSheathedParty

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

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

CircleSheathedEnemy

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

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

CircleSheathedAggro

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

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

CircleSheathedNpcOrObject

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

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

CircleSheathedMinion

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

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

CircleSheathedDutyEnemy

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

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

CircleSheathedPet

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

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

CircleSheathedAlliance

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

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

CircleSheathedMark

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

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

CircleClickIsActive

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

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

CircleClickNonPartyPc

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

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

CircleClickParty

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

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

CircleClickEnemy

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

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

CircleClickAggro

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

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

CircleClickNpcOrObject

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

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

CircleClickMinion

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

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

CircleClickDutyEnemy

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

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

CircleClickPet

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

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

CircleClickAlliance

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

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

CircleClickMark

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

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

CircleXButtonIsActive

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

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

CircleXButtonNonPartyPc

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

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

CircleXButtonParty

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

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

CircleXButtonEnemy

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

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

CircleXButtonAggro

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

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

CircleXButtonNpcOrObject

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

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

CircleXButtonMinion

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

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

CircleXButtonDutyEnemy

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

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

CircleXButtonPet

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

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

CircleXButtonAlliance

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

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

CircleXButtonMark

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

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

CircleYButtonIsActive

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

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

CircleYButtonNonPartyPc

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

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

CircleYButtonParty

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

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

CircleYButtonEnemy

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

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

CircleYButtonAggro

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

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

CircleYButtonNpcOrObject

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

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

CircleYButtonMinion

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

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

CircleYButtonDutyEnemy

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

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

CircleYButtonPet

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

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

CircleYButtonAlliance

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

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

CircleYButtonMark

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

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

CircleBButtonIsActive

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

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

CircleBButtonNonPartyPc

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

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

CircleBButtonParty

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

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

CircleBButtonEnemy

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

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

CircleBButtonAggro

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

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

CircleBButtonNpcOrObject

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

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

CircleBButtonMinion

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

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

CircleBButtonDutyEnemy

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

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

CircleBButtonPet

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

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

CircleBButtonAlliance

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

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

CircleBButtonMark

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

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

CircleAButtonIsActive

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

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

CircleAButtonNonPartyPc

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

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

CircleAButtonParty

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

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

CircleAButtonEnemy

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

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

CircleAButtonAggro

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

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

CircleAButtonNpcOrObject

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

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

CircleAButtonMinion

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

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

CircleAButtonDutyEnemy

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

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

CircleAButtonPet

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

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

CircleAButtonAlliance

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

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

CircleAButtonMark

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

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

GroundTargetType

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

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

GroundTargetCursorSpeed

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

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

TargetCircleType

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

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

TargetLineType

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

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

LinkLineType

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

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

ObjectBorderingType

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

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

MoveMode

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

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

HotbarDisp

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

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

HotbarEmptyVisible

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

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

HotbarNoneSlotDisp01

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

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

HotbarNoneSlotDisp02

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

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

HotbarNoneSlotDisp03

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

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

HotbarNoneSlotDisp04

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

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

HotbarNoneSlotDisp05

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

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

HotbarNoneSlotDisp06

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

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

HotbarNoneSlotDisp07

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

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

HotbarNoneSlotDisp08

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

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

HotbarNoneSlotDisp09

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

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

HotbarNoneSlotDisp10

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

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

HotbarNoneSlotDispEX

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

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

ExHotbarSetting

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

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

HotbarExHotbarUseSetting

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

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

HotbarCrossUseEx

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

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

HotbarCrossUseExDirection

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

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

HotbarCrossDispType

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

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

PartyListSoloOff

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

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

HowTo

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

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

HousingFurnitureBindConfirm

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

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

DirectChat

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

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

CharaParamDisp

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

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

LimitBreakGaugeDisp

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

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

ScenarioTreeDisp

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

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

ScenarioTreeCompleteDisp

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

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

HotbarCrossDispAlways

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

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

ExpDisp

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

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

InventryStatusDisp

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

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

DutyListDisp

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

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

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

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

GilStatusDisp

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

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

InfoSettingDisp

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

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

InfoSettingDispType

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

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

TargetInfoDisp

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

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

EnemyListDisp

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

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

FocusTargetDisp

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

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

ItemDetailDisp

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

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

ActionDetailDisp

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

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

DetailTrackingType

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

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

ToolTipDisp

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

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

MapPermeationRate

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

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

MapOperationType

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

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

PartyListDisp

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

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

PartyListNameType

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

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

FlyTextDisp

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

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

MapPermeationMode

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

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

AllianceList1Disp

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

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

AllianceList2Disp

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

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

TargetInfoSelfBuff

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

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

PopUpTextDisp

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

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

ContentsInfoDisp

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

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

DutyListHideWhenCntInfoDisp

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

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

DutyListNumDisp

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

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

InInstanceContentDutyListDisp

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

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

InPublicContentDutyListDisp

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

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

ContentsInfoJoiningRequestDisp

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

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

ContentsInfoJoiningRequestSituationDisp

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

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

HotbarDispSetNum

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

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

HotbarDispSetChangeType

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

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

HotbarDispSetDragType

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

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

MainCommandType

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

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

MainCommandDisp

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

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

MainCommandDragShortcut

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

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

HotbarDispLookNum

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

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

Extension Methods