|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "AchievementMgr.h"#include "ChatLink.h"#include "DBCStores.h"#include "ObjectMgr.h"#include "SpellInfo.h"#include "SpellMgr.h"Go to the source code of this file.
Macros | |
| #define | DELIMITER ':' |
| #define | PIPE_CHAR '|' |
Functions | |
| bool | CheckDelimiter (std::istringstream &iss, char delimiter, const char *context) |
| bool | ReadHex (std::istringstream &iss, uint32 &res, uint32 length) |
| bool | ReadInt32 (std::istringstream &iss, int32 &res) |
| std::string | ReadSkip (std::istringstream &iss, char term) |
| bool | ReadUInt32 (std::istringstream &iss, uint32 &res) |
| #define DELIMITER ':' |
Definition at line 84 of file ChatLink.cpp.
Referenced by AchievementChatLink::Initialize(), GlyphChatLink::Initialize(), ItemChatLink::Initialize(), QuestChatLink::Initialize(), TalentChatLink::Initialize(), TradeChatLink::Initialize(), and LinkExtractor::IsValidMessage().
| #define PIPE_CHAR '|' |
Definition at line 85 of file ChatLink.cpp.
Referenced by TradeChatLink::Initialize(), and LinkExtractor::IsValidMessage().
|
inline |
Definition at line 62 of file ChatLink.cpp.
References SF_LOG_TRACE.
Referenced by AchievementChatLink::Initialize(), GlyphChatLink::Initialize(), ItemChatLink::Initialize(), QuestChatLink::Initialize(), TalentChatLink::Initialize(), and TradeChatLink::Initialize().
Definition at line 74 of file ChatLink.cpp.
Referenced by AchievementChatLink::Initialize(), TradeChatLink::Initialize(), and LinkExtractor::IsValidMessage().
|
inline |
Definition at line 43 of file ChatLink.cpp.
Referenced by ItemChatLink::Initialize(), QuestChatLink::Initialize(), TalentChatLink::Initialize(), and TradeChatLink::Initialize().
|
inline |
Definition at line 49 of file ChatLink.cpp.
Referenced by TradeChatLink::Initialize().
|
inline |
Definition at line 37 of file ChatLink.cpp.
Referenced by AchievementChatLink::Initialize(), EnchantmentChatLink::Initialize(), GlyphChatLink::Initialize(), ItemChatLink::Initialize(), QuestChatLink::Initialize(), SpellChatLink::Initialize(), TalentChatLink::Initialize(), and TradeChatLink::Initialize().