AzerothCore 3.3.5a
OpenSource WoW Emulator
|
This is the complete list of members for Guild::EventLogEntry, including all inherited members.
EventLogEntry(uint32 guildId, ObjectGuid::LowType guid, GuildEventLogTypes eventType, ObjectGuid playerGuid1, ObjectGuid playerGuid2, uint8 newRank) | Guild::EventLogEntry | inline |
EventLogEntry(uint32 guildId, ObjectGuid::LowType guid, time_t timestamp, GuildEventLogTypes eventType, ObjectGuid playerGuid1, ObjectGuid playerGuid2, uint8 newRank) | Guild::EventLogEntry | inline |
GetGUID() const | Guild::LogEntry | inline |
GetTimestamp() const | Guild::LogEntry | inline |
LogEntry(uint32 guildId, ObjectGuid::LowType guid) | Guild::LogEntry | |
LogEntry(uint32 guildId, ObjectGuid::LowType guid, time_t timestamp) | Guild::LogEntry | inline |
m_eventType | Guild::EventLogEntry | private |
m_guid | Guild::LogEntry | protected |
m_guildId | Guild::LogEntry | protected |
m_newRank | Guild::EventLogEntry | private |
m_playerGuid1 | Guild::EventLogEntry | private |
m_playerGuid2 | Guild::EventLogEntry | private |
m_timestamp | Guild::LogEntry | protected |
SaveToDB(CharacterDatabaseTransaction trans) const override | Guild::EventLogEntry | virtual |
WritePacket(WorldPackets::Guild::GuildEventLogQueryResults &packet) const | Guild::EventLogEntry | |
~EventLogEntry() override | Guild::EventLogEntry | inline |
~LogEntry() | Guild::LogEntry | inlinevirtual |