|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Guild.h>
Public Member Functions | |
| EmblemInfo () | |
| uint32 | GetBackgroundColor () const |
| uint32 | GetBorderColor () const |
| uint32 | GetBorderStyle () const |
| uint32 | GetColor () const |
| uint32 | GetStyle () const |
| void | LoadFromDB (Field *fields) |
| void | ReadPacket (WorldPacket &recv) |
| void | SaveToDB (uint32 guildId) const |
| void | WritePacket (WorldPacket &data) const |
Private Attributes | |
| uint32 | m_backgroundColor |
| uint32 | m_borderColor |
| uint32 | m_borderStyle |
| uint32 | m_color |
| uint32 | m_style |
|
inline |
Definition at line 270 of file Guild.h.
References m_backgroundColor, m_borderColor, m_borderStyle, m_color, and m_style.
|
inline |
Definition at line 281 of file Guild.h.
References m_backgroundColor.
Referenced by WorldSession::HandleGuildFinderBrowse(), and WorldSession::HandleSaveGuildEmblemOpcode().
|
inline |
Definition at line 280 of file Guild.h.
References m_borderColor.
Referenced by WorldSession::HandleGuildFinderBrowse(), and WorldSession::HandleSaveGuildEmblemOpcode().
|
inline |
Definition at line 279 of file Guild.h.
References m_borderStyle.
Referenced by WorldSession::HandleGuildFinderBrowse(), and WorldSession::HandleSaveGuildEmblemOpcode().
|
inline |
Definition at line 278 of file Guild.h.
References m_color.
Referenced by WorldSession::HandleGuildFinderBrowse(), and WorldSession::HandleSaveGuildEmblemOpcode().
|
inline |
Definition at line 277 of file Guild.h.
References m_style.
Referenced by WorldSession::HandleGuildFinderBrowse(), and WorldSession::HandleSaveGuildEmblemOpcode().
| void EmblemInfo::LoadFromDB | ( | Field * | fields | ) |
Definition at line 781 of file Guild.cpp.
References Field::GetUInt8(), m_backgroundColor, m_borderColor, m_borderStyle, m_color, and m_style.
| void EmblemInfo::ReadPacket | ( | WorldPacket & | recv | ) |
Definition at line 776 of file Guild.cpp.
References m_backgroundColor, m_borderColor, m_borderStyle, m_color, and m_style.
Referenced by WorldSession::HandleSaveGuildEmblemOpcode().
| void EmblemInfo::SaveToDB | ( | uint32 | guildId | ) | const |
Definition at line 799 of file Guild.cpp.
References CHAR_UPD_GUILD_EMBLEM_INFO, CharacterDatabase, m_backgroundColor, m_borderColor, m_borderStyle, m_color, m_style, and PreparedStatement::setUInt32().
| void EmblemInfo::WritePacket | ( | WorldPacket & | data | ) | const |
Definition at line 790 of file Guild.cpp.
References m_backgroundColor, m_borderColor, m_borderStyle, m_color, and m_style.
|
private |
Definition at line 288 of file Guild.h.
Referenced by EmblemInfo(), GetBackgroundColor(), LoadFromDB(), ReadPacket(), SaveToDB(), and WritePacket().
|
private |
Definition at line 287 of file Guild.h.
Referenced by EmblemInfo(), GetBorderColor(), LoadFromDB(), ReadPacket(), SaveToDB(), and WritePacket().
|
private |
Definition at line 286 of file Guild.h.
Referenced by EmblemInfo(), GetBorderStyle(), LoadFromDB(), ReadPacket(), SaveToDB(), and WritePacket().
|
private |
Definition at line 285 of file Guild.h.
Referenced by EmblemInfo(), GetColor(), LoadFromDB(), ReadPacket(), SaveToDB(), and WritePacket().
|
private |
Definition at line 284 of file Guild.h.
Referenced by EmblemInfo(), GetStyle(), LoadFromDB(), ReadPacket(), SaveToDB(), and WritePacket().