Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Skyfire::Battleground2ChatBuilder Class Reference
Collaboration diagram for Skyfire::Battleground2ChatBuilder:

Public Member Functions

 Battleground2ChatBuilder (ChatMsg msgtype, int32 textId, int32 arg1, int32 arg2, Player const *source=NULL, Player const *target=NULL)
void operator() (WorldPacket &data, LocaleConstant loc_idx)

Private Attributes

int32 _arg1
int32 _arg2
ChatMsg _msgtype
Player const * _source
Player const * _target
int32 _textId

Detailed Description

Definition at line 69 of file Battleground.cpp.

Constructor & Destructor Documentation

◆ Battleground2ChatBuilder()

Skyfire::Battleground2ChatBuilder::Battleground2ChatBuilder ( ChatMsg msgtype,
int32 textId,
int32 arg1,
int32 arg2,
Player const * source = NULL,
Player const * target = NULL )
inline

Definition at line 72 of file Battleground.cpp.

References _arg1, _arg2, _msgtype, _source, _target, and _textId.

Member Function Documentation

◆ operator()()

void Skyfire::Battleground2ChatBuilder::operator() ( WorldPacket & data,
LocaleConstant loc_idx )
inline

Member Data Documentation

◆ _arg1

int32 Skyfire::Battleground2ChatBuilder::_arg1
private

Definition at line 92 of file Battleground.cpp.

Referenced by Battleground2ChatBuilder(), and operator()().

◆ _arg2

int32 Skyfire::Battleground2ChatBuilder::_arg2
private

Definition at line 93 of file Battleground.cpp.

Referenced by Battleground2ChatBuilder(), and operator()().

◆ _msgtype

ChatMsg Skyfire::Battleground2ChatBuilder::_msgtype
private

Definition at line 88 of file Battleground.cpp.

Referenced by Battleground2ChatBuilder(), and operator()().

◆ _source

Player const* Skyfire::Battleground2ChatBuilder::_source
private

Definition at line 90 of file Battleground.cpp.

Referenced by Battleground2ChatBuilder(), and operator()().

◆ _target

Player const* Skyfire::Battleground2ChatBuilder::_target
private

Definition at line 91 of file Battleground.cpp.

Referenced by Battleground2ChatBuilder(), and operator()().

◆ _textId

int32 Skyfire::Battleground2ChatBuilder::_textId
private

Definition at line 89 of file Battleground.cpp.

Referenced by Battleground2ChatBuilder(), and operator()().


The documentation for this class was generated from the following file: