#include <ChatLink.h>
GlyphChatLink::GlyphChatLink |
( |
| ) |
|
|
inline |
uint32 _slotId
Definition: ChatLink.h:160
arena_t NULL
Definition: jemalloc_internal.h:624
GlyphPropertiesEntry const * _glyph
Definition: ChatLink.h:161
SpellChatLink()
Definition: ChatLink.h:95
bool GlyphChatLink::Initialize |
( |
std::istringstream & |
iss | ) |
|
|
overridevirtual |
Reimplemented from SpellChatLink.
552 TC_LOG_TRACE(
"chat.system",
"ChatHandler::isValidChatMessage('%s'): sequence finished unexpectedly while reading slot id", iss.str().c_str());
562 TC_LOG_TRACE(
"chat.system",
"ChatHandler::isValidChatMessage('%s'): sequence finished unexpectedly while reading glyph entry", iss.str().c_str());
569 TC_LOG_TRACE(
"chat.system",
"ChatHandler::isValidChatMessage('%s'): got invalid glyph id %u in |glyph command", iss.str().c_str(), glyphId);
576 TC_LOG_TRACE(
"chat.system",
"ChatHandler::isValidChatMessage('%s'): got invalid spell id %u in |glyph command", iss.str().c_str(),
_glyph->
SpellID);
uint32 _color
Definition: ChatLink.h:51
uint32 _slotId
Definition: ChatLink.h:160
bool ReadUInt32(std::istringstream &iss, uint32 &res)
Definition: ChatLink.cpp:49
#define DELIMITER
Definition: ChatLink.cpp:96
SpellInfo const * _spell
Definition: ChatLink.h:100
#define TC_LOG_TRACE(filterType__,...)
Definition: Log.h:195
GlyphPropertiesEntry const * _glyph
Definition: ChatLink.h:161
uint32 SpellID
Definition: DBCStructure.h:512
#define sSpellMgr
Definition: SpellMgr.h:756
uint32_t uint32
Definition: Define.h:150
DBCStorage< GlyphPropertiesEntry > sGlyphPropertiesStore(GlyphPropertiesfmt)
Definition: SharedDefines.h:4324
bool CheckDelimiter(std::istringstream &iss, char delimiter, const char *context)
Definition: ChatLink.cpp:74
The documentation for this class was generated from the following files: