TrinityCore
|
Public Member Functions | |
bool | IsMoneyEvent () const |
BankEventLogEntry (ObjectGuid::LowType guildId, uint32 guid, GuildBankEventLogTypes eventType, uint8 tabId, ObjectGuid::LowType playerGuid, uint64 itemOrMoney, uint16 itemStackCount, uint8 destTabId) | |
BankEventLogEntry (ObjectGuid::LowType guildId, uint32 guid, time_t timestamp, uint8 tabId, GuildBankEventLogTypes eventType, ObjectGuid::LowType playerGuid, uint64 itemOrMoney, uint16 itemStackCount, uint8 destTabId) | |
~BankEventLogEntry () | |
void | SaveToDB (SQLTransaction &trans) const override |
void | WritePacket (WorldPackets::Guild::GuildBankLogQueryResults &packet) const |
Public Member Functions inherited from Guild::LogEntry | |
LogEntry (ObjectGuid::LowType guildId, uint32 guid) | |
LogEntry (ObjectGuid::LowType guildId, uint32 guid, time_t timestamp) | |
virtual | ~LogEntry () |
uint32 | GetGUID () const |
uint64 | GetTimestamp () const |
Static Public Member Functions | |
static bool | IsMoneyEvent (GuildBankEventLogTypes eventType) |
Private Attributes | |
GuildBankEventLogTypes | m_eventType |
uint8 | m_bankTabId |
ObjectGuid::LowType | m_playerGuid |
uint64 | m_itemOrMoney |
uint16 | m_itemStackCount |
uint8 | m_destTabId |
Additional Inherited Members | |
Protected Attributes inherited from Guild::LogEntry | |
ObjectGuid::LowType | m_guildId |
uint32 | m_guid |
uint64 | m_timestamp |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
overridevirtual |
Implements Guild::LogEntry.
void Guild::BankEventLogEntry::WritePacket | ( | WorldPackets::Guild::GuildBankLogQueryResults & | packet | ) | const |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |