JoinArenaType

Client Version 2.4.3, Client Version 3

Wowm Representation

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

enum JoinArenaType : u8 {
    TWO_VS_TWO = 0;
    THREE_VS_THREE = 1;
    FIVE_VS_FIVE = 2;
}

Type

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

Enumerators

EnumeratorValueComment
TWO_VS_TWO0 (0x00)
THREE_VS_THREE1 (0x01)
FIVE_VS_FIVE2 (0x02)

Used in: