Enum CustomizeIndex
This enum describes the indices of the Customize array.
Assembly: Dalamud.dll
public enum CustomizeIndex
Fields
Race
The race of the character.
Race = 0
Gender
The gender of the character.
Gender = 1
Tribe
The tribe of the character.
Tribe = 4
Height
The height of the character.
Height = 3
ModelType
The model type of the character.
ModelType = 2
FaceType
The face type of the character.
FaceType = 5
HairStyle
The hair of the character.
HairStyle = 6
HasHighlights
Whether the character has hair highlights.
HasHighlights = 7
SkinColor
The skin color of the character.
SkinColor = 8
EyeColor
The eye color of the character.
EyeColor = 9
HairColor
The hair color of the character.
HairColor = 10
HairColor2
The highlights hair color of the character.
HairColor2 = 11
FaceFeatures
The face features of the character.
FaceFeatures = 12
FaceFeaturesColor
The color of the face features of the character.
FaceFeaturesColor = 13
Eyebrows
The eyebrows of the character.
Eyebrows = 14
EyeColor2
The 2nd eye color of the character.
EyeColor2 = 15
EyeShape
The eye shape of the character.
EyeShape = 16
NoseShape
The nose shape of the character.
NoseShape = 17
JawShape
The jaw shape of the character.
JawShape = 18
LipStyle
The lip style of the character.
LipStyle = 19
LipColor
The lip color of the character.
LipColor = 20
RaceFeatureSize
The race feature size of the character.
RaceFeatureSize = 21
RaceFeatureType
The race feature type of the character.
RaceFeatureType = 22
BustSize
The bust size of the character.
BustSize = 23
Facepaint
The face paint of the character.
Facepaint = 24
FacepaintColor
The face paint color of the character.
FacepaintColor = 25
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)