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