|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Types | |
| typedef std::vector< WorldPacket * > | WorldPacketList |
Public Member Functions | |
| void | operator() (WorldPacketList &data_list, LocaleConstant loc_idx) |
| WorldWorldTextBuilder (int32 textId, va_list *args=NULL) | |
Private Member Functions | |
| void | do_helper (WorldPacketList &data_list, char *text) |
| char * | lineFromMessage (char *&pos) |
Private Attributes | |
| va_list * | i_args |
| int32 | i_textId |
| typedef std::vector<WorldPacket*> Skyfire::WorldWorldTextBuilder::WorldPacketList |
|
inlineexplicit |
|
inlineprivate |
Definition at line 2384 of file World.cpp.
References ChatHandler::BuildChatPacket(), CHAT_MSG_SYSTEM, LANG_UNIVERSAL, and lineFromMessage().
Referenced by operator()().
|
inlineprivate |
Definition at line 2383 of file World.cpp.
Referenced by do_helper().
|
inline |
Definition at line 2363 of file World.cpp.
References do_helper(), i_args, i_textId, sObjectMgr, and vsnprintf.
|
private |
Definition at line 2397 of file World.cpp.
Referenced by operator()(), and WorldWorldTextBuilder().
|
private |
Definition at line 2396 of file World.cpp.
Referenced by operator()(), and WorldWorldTextBuilder().