TrinityCore
|
Public Member Functions | |
EventLogEntry (ObjectGuid::LowType guildId, uint32 guid, GuildEventLogTypes eventType, ObjectGuid::LowType playerGuid1, ObjectGuid::LowType playerGuid2, uint8 newRank) | |
EventLogEntry (ObjectGuid::LowType guildId, uint32 guid, time_t timestamp, GuildEventLogTypes eventType, ObjectGuid::LowType playerGuid1, ObjectGuid::LowType playerGuid2, uint8 newRank) | |
~EventLogEntry () | |
void | SaveToDB (SQLTransaction &trans) const override |
void | WritePacket (WorldPackets::Guild::GuildEventLogQueryResults &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 |
Private Attributes | |
GuildEventLogTypes | m_eventType |
ObjectGuid::LowType | m_playerGuid1 |
ObjectGuid::LowType | m_playerGuid2 |
uint8 | m_newRank |
Additional Inherited Members | |
Protected Attributes inherited from Guild::LogEntry | |
ObjectGuid::LowType | m_guildId |
uint32 | m_guid |
uint64 | m_timestamp |
|
inline |
|
inline |
|
overridevirtual |
Implements Guild::LogEntry.
void Guild::EventLogEntry::WritePacket | ( | WorldPackets::Guild::GuildEventLogQueryResults & | packet | ) | const |
|
private |
|
private |
|
private |
|
private |