|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| size_t | operator() (WorldPacket *data, LocaleConstant locale) const |
| PlayerTextBuilder (WorldObject *obj, WorldObject *speaker, ChatMsg msgtype, uint8 textGroup, uint32 id, Language language, WorldObject const *target) | |
Public Attributes | |
| Language | _language |
| ChatMsg | _msgType |
| WorldObject * | _source |
| WorldObject * | _talker |
| WorldObject const * | _target |
| uint8 | _textGroup |
| uint32 | _textId |
Definition at line 38 of file CreatureTextMgr.cpp.
|
inline |
Definition at line 41 of file CreatureTextMgr.cpp.
References _language, _msgType, _source, _talker, _target, _textGroup, and _textId.
|
inline |
Definition at line 44 of file CreatureTextMgr.cpp.
References _language, _msgType, _source, _talker, _target, _textGroup, _textId, ChatHandler::BuildChatPacket(), and sCreatureTextMgr.
| Language PlayerTextBuilder::_language |
Definition at line 55 of file CreatureTextMgr.cpp.
Referenced by operator()(), and PlayerTextBuilder().
| ChatMsg PlayerTextBuilder::_msgType |
Definition at line 52 of file CreatureTextMgr.cpp.
Referenced by operator()(), and PlayerTextBuilder().
| WorldObject* PlayerTextBuilder::_source |
Definition at line 50 of file CreatureTextMgr.cpp.
Referenced by operator()(), and PlayerTextBuilder().
| WorldObject* PlayerTextBuilder::_talker |
Definition at line 51 of file CreatureTextMgr.cpp.
Referenced by operator()(), and PlayerTextBuilder().
| WorldObject const* PlayerTextBuilder::_target |
Definition at line 56 of file CreatureTextMgr.cpp.
Referenced by operator()(), and PlayerTextBuilder().
| uint8 PlayerTextBuilder::_textGroup |
Definition at line 53 of file CreatureTextMgr.cpp.
Referenced by operator()(), and PlayerTextBuilder().
| uint32 PlayerTextBuilder::_textId |
Definition at line 54 of file CreatureTextMgr.cpp.
Referenced by operator()(), and PlayerTextBuilder().