TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Chat::ChatMessageWhisper Class Referencefinal

#include <ChatPackets.h>

+ Inheritance diagram for WorldPackets::Chat::ChatMessageWhisper:

Public Member Functions

 ChatMessageWhisper (WorldPacket &&packet)
 
void Read () override
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () final
 
OpcodeClient GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

int32 Language = LANG_UNIVERSAL
 
ObjectGuid TargetGUID
 
uint32 TargetVirtualRealmAddress = 0
 
std::string Target
 
std::string Text
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 57 of file ChatPackets.h.

Constructor & Destructor Documentation

◆ ChatMessageWhisper()

WorldPackets::Chat::ChatMessageWhisper::ChatMessageWhisper ( WorldPacket &&  packet)
inlineexplicit

Definition at line 60 of file ChatPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Chat::ChatMessageWhisper::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 45 of file ChatPackets.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ Language

int32 WorldPackets::Chat::ChatMessageWhisper::Language = LANG_UNIVERSAL

Definition at line 64 of file ChatPackets.h.

◆ Target

std::string WorldPackets::Chat::ChatMessageWhisper::Target

Definition at line 67 of file ChatPackets.h.

◆ TargetGUID

ObjectGuid WorldPackets::Chat::ChatMessageWhisper::TargetGUID

Definition at line 65 of file ChatPackets.h.

◆ TargetVirtualRealmAddress

uint32 WorldPackets::Chat::ChatMessageWhisper::TargetVirtualRealmAddress = 0

Definition at line 66 of file ChatPackets.h.

◆ Text

std::string WorldPackets::Chat::ChatMessageWhisper::Text

Definition at line 68 of file ChatPackets.h.


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