|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| CreatureTextBuilder (WorldObject *obj, ChatMsg msgtype, uint8 textGroup, uint32 id, Language language, WorldObject const *target) | |
| size_t | operator() (WorldPacket *data, LocaleConstant locale) const |
Public Attributes | |
| Language | _language |
| ChatMsg | _msgType |
| WorldObject * | _source |
| WorldObject const * | _target |
| uint8 | _textGroup |
| uint32 | _textId |
Definition at line 16 of file CreatureTextMgr.cpp.
|
inline |
Definition at line 19 of file CreatureTextMgr.cpp.
References _language, _msgType, _source, _target, _textGroup, and _textId.
|
inline |
Definition at line 24 of file CreatureTextMgr.cpp.
References _language, _msgType, _source, _target, _textGroup, _textId, ChatHandler::BuildChatPacket(), and sCreatureTextMgr.
| Language CreatureTextBuilder::_language |
Definition at line 34 of file CreatureTextMgr.cpp.
Referenced by CreatureTextBuilder(), and operator()().
| ChatMsg CreatureTextBuilder::_msgType |
Definition at line 31 of file CreatureTextMgr.cpp.
Referenced by CreatureTextBuilder(), and operator()().
| WorldObject* CreatureTextBuilder::_source |
Definition at line 30 of file CreatureTextMgr.cpp.
Referenced by CreatureTextBuilder(), and operator()().
| WorldObject const* CreatureTextBuilder::_target |
Definition at line 35 of file CreatureTextMgr.cpp.
Referenced by CreatureTextBuilder(), and operator()().
| uint8 CreatureTextBuilder::_textGroup |
Definition at line 32 of file CreatureTextMgr.cpp.
Referenced by CreatureTextBuilder(), and operator()().
| uint32 CreatureTextBuilder::_textId |
Definition at line 33 of file CreatureTextMgr.cpp.
Referenced by CreatureTextBuilder(), and operator()().