|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <CreatureTextMgr.h>
Public Member Functions | |
| CreatureTextLocalizer (Builder const &builder, ChatMsg msgType) | |
| void | operator() (Player *player) |
| ~CreatureTextLocalizer () | |
Private Attributes | |
| Builder const & | _builder |
| ChatMsg | _msgType |
| std::vector< std::pair< WorldPacket *, size_t > * > | _packetCache |
Definition at line 107 of file CreatureTextMgr.h.
|
inline |
Definition at line 110 of file CreatureTextMgr.h.
References _builder, _msgType, _packetCache, and TOTAL_LOCALES.
|
inline |
Definition at line 115 of file CreatureTextMgr.h.
References _packetCache.
|
inline |
Definition at line 125 of file CreatureTextMgr.h.
References _builder, _msgType, _packetCache, CHAT_MSG_MONSTER_WHISPER, CHAT_MSG_RAID_BOSS_WHISPER, Object::GetGUID(), Player::GetSession(), WorldSession::GetSessionDbLocaleIndex(), ByteBuffer::put(), and Player::SendDirectMessage().
|
private |
Definition at line 161 of file CreatureTextMgr.h.
Referenced by CreatureTextLocalizer(), and operator()().
|
private |
Definition at line 162 of file CreatureTextMgr.h.
Referenced by CreatureTextLocalizer(), and operator()().
|
private |
Definition at line 160 of file CreatureTextMgr.h.
Referenced by CreatureTextLocalizer(), operator()(), and ~CreatureTextLocalizer().