PlayerChatTag
Client Version 1, Client Version 2
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/chat/smsg_messagechat.wowm:1
.
enum PlayerChatTag : u8 {
NONE = 0;
AFK = 1;
DND = 2;
GM = 3;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
AFK | 1 (0x01) | |
DND | 2 (0x02) | |
GM | 3 (0x03) |
Used in:
Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/chat/smsg_messagechat.wowm:73
.
enum PlayerChatTag : u8 {
NONE = 0;
AFK = 1;
DND = 2;
GM = 3;
COMMENTATOR = 4;
DEVELOPER = 5;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NONE | 0 (0x00) | |
AFK | 1 (0x01) | |
DND | 2 (0x02) | |
GM | 3 (0x03) | |
COMMENTATOR | 4 (0x04) | |
DEVELOPER | 5 (0x05) |
Used in: