![]() |
TrinityCore
|
#include <Mail.h>
Public Member Functions | |
| void | AddItem (ObjectGuid::LowType itemGuidLow, uint32 item_template) |
| bool | RemoveItem (ObjectGuid::LowType item_guid) |
| bool | HasItems () const |
Public Attributes | |
| uint64 | messageID |
| uint8 | messageType |
| uint8 | stationery |
| uint16 | mailTemplateId |
| ObjectGuid::LowType | sender |
| ObjectGuid::LowType | receiver |
| std::string | subject |
| std::string | body |
| std::vector< MailItemInfo > | items |
| std::vector< ObjectGuid::LowType > | removedItems |
| time_t | expire_time |
| time_t | deliver_time |
| uint64 | money |
| uint64 | COD |
| uint32 | checked |
| MailState | state |
|
inline |
|
inline |
|
inline |
| std::vector<MailItemInfo> Mail::items |
| ObjectGuid::LowType Mail::receiver |
| std::vector<ObjectGuid::LowType> Mail::removedItems |
| ObjectGuid::LowType Mail::sender |