Skip to main content

Enum CustomizeIndex

This enum describes the indices of the Customize array.

Assembly: Dalamud.dll
Declaration
public enum CustomizeIndex

Fields

Race

The race of the character.

Declaration
Race = 0

Gender

The gender of the character.

Declaration
Gender = 1

Tribe

The tribe of the character.

Declaration
Tribe = 4

Height

The height of the character.

Declaration
Height = 3

ModelType

The model type of the character.

Declaration
ModelType = 2

FaceType

The face type of the character.

Declaration
FaceType = 5

HairStyle

The hair of the character.

Declaration
HairStyle = 6

HasHighlights

Whether the character has hair highlights.

Declaration
HasHighlights = 7

SkinColor

The skin color of the character.

Declaration
SkinColor = 8

EyeColor

The eye color of the character.

Declaration
EyeColor = 9

HairColor

The hair color of the character.

Declaration
HairColor = 10

HairColor2

The highlights hair color of the character.

Declaration
HairColor2 = 11

FaceFeatures

The face features of the character.

Declaration
FaceFeatures = 12

FaceFeaturesColor

The color of the face features of the character.

Declaration
FaceFeaturesColor = 13

Eyebrows

The eyebrows of the character.

Declaration
Eyebrows = 14

EyeColor2

The 2nd eye color of the character.

Declaration
EyeColor2 = 15

EyeShape

The eye shape of the character.

Declaration
EyeShape = 16

NoseShape

The nose shape of the character.

Declaration
NoseShape = 17

JawShape

The jaw shape of the character.

Declaration
JawShape = 18

LipStyle

The lip style of the character.

Declaration
LipStyle = 19

LipColor

The lip color of the character.

Declaration
LipColor = 20

RaceFeatureSize

The race feature size of the character.

Declaration
RaceFeatureSize = 21

RaceFeatureType

The race feature type of the character.

Declaration
RaceFeatureType = 22

BustSize

The bust size of the character.

Declaration
BustSize = 23

Facepaint

The face paint of the character.

Declaration
Facepaint = 24

FacepaintColor

The face paint color of the character.

Declaration
FacepaintColor = 25

Extension Methods