RealmFlag

Protocol Version 2, Protocol Version 3, Protocol Version 5, Protocol Version 6, Protocol Version 7

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/cmd_realm/server.wowm:11.

flag RealmFlag : u8 {
    NONE = 0x00;
    INVALID = 0x01;
    OFFLINE = 0x02;
    FORCE_BLUE_RECOMMENDED = 0x20;
    FORCE_GREEN_RECOMMENDED = 0x40;
    FORCE_RED_FULL = 0x80;
}

Type

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

Enumerators

EnumeratorValueComment
NONE0 (0x00)
INVALID1 (0x01)
OFFLINE2 (0x02)
FORCE_BLUE_RECOMMENDED32 (0x20)
FORCE_GREEN_RECOMMENDED64 (0x40)
FORCE_RED_FULL128 (0x80)

Used in:

Protocol Version 8

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/cmd_realm/server.wowm:22.

flag RealmFlag : u8 {
    NONE = 0x00;
    INVALID = 0x01;
    OFFLINE = 0x02;
    SPECIFY_BUILD = 0x04;
    FORCE_BLUE_RECOMMENDED = 0x20;
    FORCE_GREEN_RECOMMENDED = 0x40;
    FORCE_RED_FULL = 0x80;
}

Type

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

Enumerators

EnumeratorValueComment
NONE0 (0x00)
INVALID1 (0x01)
OFFLINE2 (0x02)
SPECIFY_BUILD4 (0x04)
FORCE_BLUE_RECOMMENDED32 (0x20)
FORCE_GREEN_RECOMMENDED64 (0x40)
FORCE_RED_FULL128 (0x80)

Used in: