FriendStatus

Client Version 1.12

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/social/smsg_friend_list.wowm:3.

enum FriendStatus : u8 {
    OFFLINE = 0;
    ONLINE = 1;
    AFK = 2;
    UNKNOWN3 = 3;
    DND = 4;
}

Type

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

Enumerators

EnumeratorValueComment
OFFLINE0 (0x00)
ONLINE1 (0x01)
AFK2 (0x02)
UNKNOWN33 (0x03)
DND4 (0x04)

Used in:

Client Version 2.4.3, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/social/smsg_contact_list.wowm:11.

enum FriendStatus : u8 {
    OFFLINE = 0;
    ONLINE = 1;
    AFK = 2;
    UNKNOWN3 = 3;
    DND = 4;
}

Type

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

Enumerators

EnumeratorValueComment
OFFLINE0 (0x00)
ONLINE1 (0x01)
AFK2 (0x02)
UNKNOWN33 (0x03)
DND4 (0x04)

Used in: