ManaPlus
|
#include <mailqueue.h>
Public Member Functions | |
MailQueue () | |
Data Fields | |
std::string | to |
std::string | title |
std::string | body |
int64_t | money |
MailQueueTypeT | type |
Definition at line 31 of file mailqueue.h.
|
inline |
Definition at line 33 of file mailqueue.h.
std::string MailQueue::body |
Definition at line 45 of file mailqueue.h.
Referenced by EAthena::Mail2Recv::processCheckNameResult(), and EAthena::Mail2Handler::queueCheckName().
int64_t MailQueue::money |
Definition at line 46 of file mailqueue.h.
Referenced by EAthena::Mail2Recv::processCheckNameResult(), and EAthena::Mail2Handler::queueCheckName().
std::string MailQueue::title |
Definition at line 44 of file mailqueue.h.
Referenced by EAthena::Mail2Recv::processCheckNameResult(), and EAthena::Mail2Handler::queueCheckName().
std::string MailQueue::to |
Definition at line 43 of file mailqueue.h.
Referenced by EAthena::Mail2Recv::processCheckNameResult(), and EAthena::Mail2Handler::queueCheckName().
MailQueueTypeT MailQueue::type |
Definition at line 47 of file mailqueue.h.
Referenced by EAthena::Mail2Recv::processCheckNameResult(), and EAthena::Mail2Handler::queueCheckName().