ArenaType
Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/battleground/smsg_battlefield_status.wowm:71
.
enum ArenaType : u8 {
NOT_ARENA = 0;
TWO_VS_TWO = 2;
THREE_VS_THREE = 3;
FIVE_VS_FIVE = 5;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NOT_ARENA | 0 (0x00) | |
TWO_VS_TWO | 2 (0x02) | |
THREE_VS_THREE | 3 (0x03) | |
FIVE_VS_FIVE | 5 (0x05) |
Used in: