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
Enumerator | Value | Comment |
---|---|---|
OFFLINE | 0 (0x00) | |
ONLINE | 1 (0x01) | |
AFK | 2 (0x02) | |
UNKNOWN3 | 3 (0x03) | |
DND | 4 (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
Enumerator | Value | Comment |
---|---|---|
OFFLINE | 0 (0x00) | |
ONLINE | 1 (0x01) | |
AFK | 2 (0x02) | |
UNKNOWN3 | 3 (0x03) | |
DND | 4 (0x04) |
Used in: