Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

BattlegroundBracket

Client Version 1

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/battleground/smsg_battlefield_list.wowm:1.

enum BattlegroundBracket : u8 {
    TENS = 0;
    TWENTIES = 1;
    THIRTIES = 2;
    FORTIES = 3;
    FIFTIES = 4;
    SIXTY = 5;
}

Type

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

Enumerators

EnumeratorValueComment
TENS0 (0x00)10-19
TWENTIES1 (0x01)20-29
THIRTIES2 (0x02)30-39
FORTIES3 (0x03)40-49
FIFTIES4 (0x04)50-59
SIXTY5 (0x05)60

Used in: