Skip to main content

Enum CustomizeIndex

This enum describes the indices of the Customize array.

Assembly: Dalamud.dll
View Source
Declaration
public enum CustomizeIndex

Fields

Race

The race of the character.

View Source
Declaration
Race = 0

Gender

The gender of the character.

View Source
Declaration
Gender = 1

Tribe

The tribe of the character.

View Source
Declaration
Tribe = 4

Height

The height of the character.

View Source
Declaration
Height = 3

ModelType

The model type of the character.

View Source
Declaration
ModelType = 2

FaceType

The face type of the character.

View Source
Declaration
FaceType = 5

HairStyle

The hair of the character.

View Source
Declaration
HairStyle = 6

HasHighlights

Whether or not the character has hair highlights.

View Source
Declaration
HasHighlights = 7

SkinColor

The skin color of the character.

View Source
Declaration
SkinColor = 8

EyeColor

The eye color of the character.

View Source
Declaration
EyeColor = 9

HairColor

The hair color of the character.

View Source
Declaration
HairColor = 10

HairColor2

The highlights hair color of the character.

View Source
Declaration
HairColor2 = 11

FaceFeatures

The face features of the character.

View Source
Declaration
FaceFeatures = 12

FaceFeaturesColor

The color of the face features of the character.

View Source
Declaration
FaceFeaturesColor = 13

Eyebrows

The eyebrows of the character.

View Source
Declaration
Eyebrows = 14

EyeColor2

The 2nd eye color of the character.

View Source
Declaration
EyeColor2 = 15

EyeShape

The eye shape of the character.

View Source
Declaration
EyeShape = 16

NoseShape

The nose shape of the character.

View Source
Declaration
NoseShape = 17

JawShape

The jaw shape of the character.

View Source
Declaration
JawShape = 18

LipStyle

The lip style of the character.

View Source
Declaration
LipStyle = 19

LipColor

The lip color of the character.

View Source
Declaration
LipColor = 20

RaceFeatureSize

The race feature size of the character.

View Source
Declaration
RaceFeatureSize = 21

RaceFeatureType

The race feature type of the character.

View Source
Declaration
RaceFeatureType = 22

BustSize

The bust size of the character.

View Source
Declaration
BustSize = 23

Facepaint

The face paint of the character.

View Source
Declaration
Facepaint = 24

FacepaintColor

The face paint color of the character.

View Source
Declaration
FacepaintColor = 25

Extension Methods