SelectionType

Client Version 1.12

Used in CharSections.dbc.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/external/selection_type.wowm:2.

enum SelectionType : u8 {
    BASE_SKIN = 0x00;
    FACE = 0x01;
    FACIAL_HAIR = 0x02;
    HAIR = 0x03;
    UNDERWEAR = 0x04;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
BASE_SKIN0 (0x00)
FACE1 (0x01)
FACIAL_HAIR2 (0x02)
HAIR3 (0x03)
UNDERWEAR4 (0x04)

Used in: