|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ChatLink.h>
Public Member Functions | |
| AchievementChatLink () | |
| virtual bool | Initialize (std::istringstream &iss) |
| 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 | |
| AchievementEntry const * | _achievement |
| uint32 | _data [8] |
| uint32 | _guid |
| Protected Attributes inherited from ChatLink | |
| uint32 | _color |
| std::istringstream::pos_type | _endPos |
| std::string | _name |
| std::istringstream::pos_type | _startPos |
Definition at line 86 of file ChatLink.h.
|
inline |
Definition at line 89 of file ChatLink.h.
References _achievement, _data, _guid, and ChatLink::ChatLink().
|
virtual |
Implements ChatLink.
Definition at line 316 of file ChatLink.cpp.
References _achievement, ChatLink::_color, _data, _guid, CHAT_LINK_COLOR_ACHIEVEMENT, CheckDelimiter(), DELIMITER, ReadHex(), ReadUInt32(), sAchievementMgr, and SF_LOG_TRACE.
|
virtual |
Implements ChatLink.
Definition at line 359 of file ChatLink.cpp.
References _achievement, SF_LOG_TRACE, and ChatLink::ValidateName().
|
protected |
Definition at line 95 of file ChatLink.h.
Referenced by AchievementChatLink(), Initialize(), and ValidateName().
|
protected |
Definition at line 96 of file ChatLink.h.
Referenced by AchievementChatLink(), and Initialize().
|
protected |
Definition at line 94 of file ChatLink.h.
Referenced by AchievementChatLink(), and Initialize().