AllowedRace

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/enums/allowed_races.wowm:3.

flag AllowedRace : u32 {
    ALL = 0;
    HUMAN = 1;
    ORC = 2;
    DWARF = 4;
    NIGHT_ELF = 8;
    UNDEAD = 16;
    TAUREN = 32;
    GNOME = 64;
    TROLL = 128;
    GOBLIN = 256;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
ALL0 (0x00)
HUMAN1 (0x01)
ORC2 (0x02)
DWARF4 (0x04)
NIGHT_ELF8 (0x08)
UNDEAD16 (0x10)
TAUREN32 (0x20)
GNOME64 (0x40)
TROLL128 (0x80)
GOBLIN256 (0x100)

Used in:

Client Version 2.4.3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/enums/allowed_races.wowm:19.

flag AllowedRace : u32 {
    ALL = 0;
    HUMAN = 1;
    ORC = 2;
    DWARF = 4;
    NIGHT_ELF = 8;
    UNDEAD = 16;
    TAUREN = 32;
    GNOME = 64;
    TROLL = 128;
    GOBLIN = 256;
    BLOODELF = 512;
    DRAENEI = 1024;
    FEL_ORC = 2048;
    NAGA = 4096;
    BROKEN = 8192;
    SKELETON = 16384;
    VRYKUL = 32768;
    TUSKARR = 65536;
    FOREST_TROLL = 131072;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
ALL0 (0x00)
HUMAN1 (0x01)
ORC2 (0x02)
DWARF4 (0x04)
NIGHT_ELF8 (0x08)
UNDEAD16 (0x10)
TAUREN32 (0x20)
GNOME64 (0x40)
TROLL128 (0x80)
GOBLIN256 (0x100)
BLOODELF512 (0x200)
DRAENEI1024 (0x400)
FEL_ORC2048 (0x800)
NAGA4096 (0x1000)
BROKEN8192 (0x2000)
SKELETON16384 (0x4000)
VRYKUL32768 (0x8000)
TUSKARR65536 (0x10000)
FOREST_TROLL131072 (0x20000)

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/enums/allowed_races.wowm:44.

flag AllowedRace : u32 {
    ALL = 0;
    HUMAN = 1;
    ORC = 2;
    DWARF = 4;
    NIGHT_ELF = 8;
    UNDEAD = 16;
    TAUREN = 32;
    GNOME = 64;
    TROLL = 128;
    GOBLIN = 256;
    BLOODELF = 512;
    DRAENEI = 1024;
    FEL_ORC = 2048;
    NAGA = 4096;
    BROKEN = 8192;
    SKELETON = 16384;
    VRYKUL = 32768;
    TUSKARR = 65536;
    FOREST_TROLL = 131072;
    TAUNKA = 262144;
    NORTHREND_SKELETON = 524288;
    ICE_TROLL = 1048576;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
ALL0 (0x00)
HUMAN1 (0x01)
ORC2 (0x02)
DWARF4 (0x04)
NIGHT_ELF8 (0x08)
UNDEAD16 (0x10)
TAUREN32 (0x20)
GNOME64 (0x40)
TROLL128 (0x80)
GOBLIN256 (0x100)
BLOODELF512 (0x200)
DRAENEI1024 (0x400)
FEL_ORC2048 (0x800)
NAGA4096 (0x1000)
BROKEN8192 (0x2000)
SKELETON16384 (0x4000)
VRYKUL32768 (0x8000)
TUSKARR65536 (0x10000)
FOREST_TROLL131072 (0x20000)
TAUNKA262144 (0x40000)
NORTHREND_SKELETON524288 (0x80000)
ICE_TROLL1048576 (0x100000)

Used in: