|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ChatLink.h>
Public Member Functions | |
| virtual bool | Initialize (std::istringstream &iss) |
| SpellChatLink () | |
| virtual bool | ValidateName (char *buffer, const char *context) |
| Public Member Functions inherited from ChatLink | |
| ChatLink () | |
| void | SetBounds (std::istringstream::pos_type startPos, std::istringstream::pos_type endPos) |
| void | SetColor (uint32 color) |
| virtual | ~ChatLink () |
Protected Attributes | |
| SpellInfo const * | _spell |
| Protected Attributes inherited from ChatLink | |
| uint32 | _color |
| std::istringstream::pos_type | _endPos |
| std::string | _name |
| std::istringstream::pos_type | _startPos |
Definition at line 74 of file ChatLink.h.
|
inline |
Definition at line 77 of file ChatLink.h.
References _spell, and ChatLink::ChatLink().
Referenced by EnchantmentChatLink::EnchantmentChatLink(), GlyphChatLink::GlyphChatLink(), TalentChatLink::TalentChatLink(), and TradeChatLink::TradeChatLink().
|
virtual |
Implements ChatLink.
Reimplemented in EnchantmentChatLink, GlyphChatLink, TalentChatLink, and TradeChatLink.
Definition at line 250 of file ChatLink.cpp.
References ChatLink::_color, _spell, CHAT_LINK_COLOR_SPELL, ReadUInt32(), SF_LOG_TRACE, and sSpellMgr.
|
virtual |
Implements ChatLink.
Definition at line 271 of file ChatLink.cpp.
References _spell, SkillLineEntry::name, SF_LOG_TRACE, SkillLineAbilityEntry::skillId, SPELL_ATTR0_TRADESPELL, sSkillLineStore, sSpellMgr, and ChatLink::ValidateName().
|
protected |
Definition at line 82 of file ChatLink.h.
Referenced by EnchantmentChatLink::Initialize(), GlyphChatLink::Initialize(), Initialize(), TalentChatLink::Initialize(), TradeChatLink::Initialize(), SpellChatLink(), and ValidateName().