#include "Guild.h"
◆ EmblemInfo()
EmblemInfo::EmblemInfo |
( |
| ) |
|
|
inline |
uint32 m_style
Definition Guild.h:254
uint32 m_backgroundColor
Definition Guild.h:258
uint32 m_borderColor
Definition Guild.h:257
uint32 m_borderStyle
Definition Guild.h:256
uint32 m_color
Definition Guild.h:255
◆ GetBackgroundColor()
uint32 EmblemInfo::GetBackgroundColor |
( |
| ) |
const |
|
inline |
◆ GetBorderColor()
uint32 EmblemInfo::GetBorderColor |
( |
| ) |
const |
|
inline |
◆ GetBorderStyle()
uint32 EmblemInfo::GetBorderStyle |
( |
| ) |
const |
|
inline |
◆ GetColor()
uint32 EmblemInfo::GetColor |
( |
| ) |
const |
|
inline |
◆ GetStyle()
uint32 EmblemInfo::GetStyle |
( |
| ) |
const |
|
inline |
◆ LoadFromDB()
void EmblemInfo::LoadFromDB |
( |
Field * |
fields | ) |
|
693{
699}
std::uint8_t uint8
Definition Define.h:109
std::enable_if_t< std::is_arithmetic_v< T >, T > Get() const
Definition Field.h:112
References Field::Get().
Referenced by Guild::LoadFromDB().
◆ ReadPacket()
◆ SaveToDB()
void EmblemInfo::SaveToDB |
( |
uint32 |
guildId | ) |
const |
◆ m_backgroundColor
uint32 EmblemInfo::m_backgroundColor |
|
private |
◆ m_borderColor
uint32 EmblemInfo::m_borderColor |
|
private |
◆ m_borderStyle
uint32 EmblemInfo::m_borderStyle |
|
private |
◆ m_color
◆ m_style
The documentation for this class was generated from the following files:
- azerothcore-wotlk/src/server/game/Guilds/Guild.h
- azerothcore-wotlk/src/server/game/Guilds/Guild.cpp