|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ChatLink.h>
Public Member Functions | |
| virtual bool | Initialize (std::istringstream &iss) |
| QuestChatLink () | |
| 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 | |
| Quest const * | _quest |
| int32 | _questLevel |
| Protected Attributes inherited from ChatLink | |
| uint32 | _color |
| std::istringstream::pos_type | _endPos |
| std::string | _name |
| std::istringstream::pos_type | _startPos |
Definition at line 61 of file ChatLink.h.
|
inline |
Definition at line 64 of file ChatLink.h.
References _quest, _questLevel, and ChatLink::ChatLink().
|
virtual |
Implements ChatLink.
Definition at line 196 of file ChatLink.cpp.
References _quest, _questLevel, CheckDelimiter(), DELIMITER, ReadInt32(), ReadUInt32(), SF_LOG_TRACE, sObjectMgr, and STRONG_MAX_LEVEL.
|
virtual |
Implements ChatLink.
Definition at line 230 of file ChatLink.cpp.
References _quest, SF_LOG_TRACE, sObjectMgr, and ChatLink::ValidateName().
|
protected |
Definition at line 69 of file ChatLink.h.
Referenced by Initialize(), QuestChatLink(), and ValidateName().
|
protected |
Definition at line 70 of file ChatLink.h.
Referenced by Initialize(), and QuestChatLink().