CharacterRaceFlags
Client Version 1.12
Used in ChrRaces.dbc
.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/external/character_race_flags.wowm:2
.
flag CharacterRaceFlags : u8 {
NONE = 0x00;
NOT_PLAYABLE = 0x01;
BARE_FEET = 0x02;
CAN_CURRENT_FORM_MOUNT = 0x04;
UNKNOWN2 = 0x08;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
NOT_PLAYABLE | 1 (0x01) | |
BARE_FEET | 2 (0x02) | |
CAN_CURRENT_FORM_MOUNT | 4 (0x04) | |
UNKNOWN2 | 8 (0x08) |
Used in: