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
| Enumerator | Value | Comment |
|---|---|---|
BASE_SKIN | 0 (0x00) | |
FACE | 1 (0x01) | |
FACIAL_HAIR | 2 (0x02) | |
HAIR | 3 (0x03) | |
UNDERWEAR | 4 (0x04) |
Used in: