|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| EventLogEntry (uint32 guildId, uint32 guid, GuildEventLogTypes eventType, uint32 playerGuid1, uint32 playerGuid2, uint8 newRank) | |
| EventLogEntry (uint32 guildId, uint32 guid, time_t timestamp, GuildEventLogTypes eventType, uint32 playerGuid1, uint32 playerGuid2, uint8 newRank) | |
| void | SaveToDB (SQLTransaction &trans) const |
| void | WritePacket (WorldPacket &data, ByteBuffer &content) const |
| ~EventLogEntry () | |
| Public Member Functions inherited from Guild::LogEntry | |
| uint32 | GetGUID () const |
| uint64 | GetTimestamp () const |
| LogEntry (uint32 guildId, uint32 guid) | |
| LogEntry (uint32 guildId, uint32 guid, time_t timestamp) | |
| virtual | ~LogEntry () |
Private Attributes | |
| GuildEventLogTypes | m_eventType |
| uint8 | m_newRank |
| uint32 | m_playerGuid1 |
| uint32 | m_playerGuid2 |
Additional Inherited Members | |
| Protected Attributes inherited from Guild::LogEntry | |
| uint32 | m_guid |
| uint32 | m_guildId |
| uint64 | m_timestamp |
|
inline |
Definition at line 450 of file Guild.h.
References Guild::LogEntry::LogEntry(), m_eventType, m_newRank, m_playerGuid1, and m_playerGuid2.
|
inline |
Definition at line 453 of file Guild.h.
References Guild::LogEntry::LogEntry(), m_eventType, m_newRank, m_playerGuid1, and m_playerGuid2.
|
virtual |
Implements Guild::LogEntry.
Definition at line 168 of file Guild.cpp.
References CHAR_DEL_GUILD_EVENTLOG, CHAR_INS_GUILD_EVENTLOG, CharacterDatabase, m_eventType, Guild::LogEntry::m_guid, Guild::LogEntry::m_guildId, m_newRank, m_playerGuid1, m_playerGuid2, Guild::LogEntry::m_timestamp, PreparedStatement::setUInt32(), PreparedStatement::setUInt64(), and PreparedStatement::setUInt8().
|
virtual |
Implements Guild::LogEntry.
Definition at line 187 of file Guild.cpp.
References HIGHGUID_PLAYER, m_eventType, m_newRank, m_playerGuid1, m_playerGuid2, Guild::LogEntry::m_timestamp, MAKE_NEW_GUID(), ByteBuffer::WriteGuidBytes(), and ByteBuffer::WriteGuidMask().
|
private |
Definition at line 462 of file Guild.h.
Referenced by EventLogEntry(), EventLogEntry(), SaveToDB(), and WritePacket().
|
private |
Definition at line 465 of file Guild.h.
Referenced by EventLogEntry(), EventLogEntry(), SaveToDB(), and WritePacket().
|
private |
Definition at line 463 of file Guild.h.
Referenced by EventLogEntry(), EventLogEntry(), SaveToDB(), and WritePacket().
|
private |
Definition at line 464 of file Guild.h.
Referenced by EventLogEntry(), EventLogEntry(), SaveToDB(), and WritePacket().