RealmType
Protocol Version 2, Protocol Version 3, Protocol Version 5, Protocol Version 6, Protocol Version 7, Protocol Version 8
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/login/cmd_realm/server.wowm:2
.
enum RealmType : u8 {
PLAYER_VS_ENVIRONMENT = 0;
PLAYER_VS_PLAYER = 1;
ROLEPLAYING = 6;
ROLEPLAYING_PLAYER_VS_PLAYER = 8;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
PLAYER_VS_ENVIRONMENT | 0 (0x00) | |
PLAYER_VS_PLAYER | 1 (0x01) | |
ROLEPLAYING | 6 (0x06) | |
ROLEPLAYING_PLAYER_VS_PLAYER | 8 (0x08) |
Used in: