|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| BattlegroundChatBuilder (ChatMsg msgtype, int32 textId, Player const *source, Player *const target=NULL, va_list *args=NULL) | |
| void | operator() (WorldPacket &data, LocaleConstant loc_idx) |
Private Member Functions | |
| void | do_helper (WorldPacket &data, char const *text) |
Private Attributes | |
| va_list * | _args |
| ChatMsg | _msgtype |
| Player const * | _source |
| Player const * | _target |
| int32 | _textId |
Definition at line 31 of file Battleground.cpp.
|
inlineprivate |
Definition at line 57 of file Battleground.cpp.
References _msgtype, _source, _target, ChatHandler::BuildChatPacket(), and LANG_UNIVERSAL.
Referenced by operator()().
|
inline |
Definition at line 37 of file Battleground.cpp.
References _args, _textId, do_helper(), sObjectMgr, and vsnprintf.
|
private |
Definition at line 66 of file Battleground.cpp.
Referenced by BattlegroundChatBuilder(), and operator()().
|
private |
Definition at line 62 of file Battleground.cpp.
Referenced by BattlegroundChatBuilder(), and do_helper().
|
private |
Definition at line 64 of file Battleground.cpp.
Referenced by BattlegroundChatBuilder(), and do_helper().
|
private |
Definition at line 65 of file Battleground.cpp.
Referenced by BattlegroundChatBuilder(), and do_helper().
|
private |
Definition at line 63 of file Battleground.cpp.
Referenced by BattlegroundChatBuilder(), and operator()().