MailType
Client Version 1.12, Client Version 2.4.3, Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/mail/smsg_mail_list_result.wowm:1
.
enum MailType : u8 {
NORMAL = 0;
AUCTION = 2;
CREATURE = 3;
GAMEOBJECT = 4;
ITEM = 5;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NORMAL | 0 (0x00) | |
AUCTION | 2 (0x02) | |
CREATURE | 3 (0x03) | client send CMSG_CREATURE_QUERY on this mailmessagetype |
GAMEOBJECT | 4 (0x04) | client send CMSG_GAMEOBJECT_QUERY on this mailmessagetype |
ITEM | 5 (0x05) | client send CMSG_ITEM_QUERY on this mailmessagetype |
Used in: