TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Channel::ChannelNotifyJoined Class Referencefinal

#include <ChannelPackets.h>

Public Member Functions

 ChannelNotifyJoined ()
 
WorldPacket constWrite () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () overridefinal
 
void Clear ()
 
WorldPacket && Move ()
 
OpcodeServer 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 constGetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

std::string ChannelWelcomeMsg
 
int32 ChatChannelID = 0
 
int32 InstanceID = 0
 
uint32 _ChannelFlags = 0
 
std::string _Channel
 Channel Name. More...
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Constructor & Destructor Documentation

WorldPackets::Channel::ChannelNotifyJoined::ChannelNotifyJoined ( )
inline
ServerPacket(OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
Definition: Packet.h:49
Definition: Opcodes.h:885

Member Function Documentation

WorldPacket const * WorldPackets::Channel::ChannelNotifyJoined::Write ( )
overridevirtual

Implements WorldPackets::Packet.

64 {
65  _worldPacket.WriteBits(_Channel.length(), 7);
72 
73  return &_worldPacket;
74 }
uint64_t uint64
Definition: g3dmath.h:170
WorldPacket _worldPacket
Definition: Packet.h:43
std::string _Channel
Channel Name.
Definition: ChannelPackets.h:83
void WriteString(std::string const &str)
Definition: ByteBuffer.h:540
std::string ChannelWelcomeMsg
Definition: ChannelPackets.h:79
int32 ChatChannelID
Definition: ChannelPackets.h:80
int32 InstanceID
Definition: ChannelPackets.h:81
int32_t int32
Definition: g3dmath.h:167
uint32 _ChannelFlags
Definition: ChannelPackets.h:82
uint32_t uint32
Definition: g3dmath.h:168
void WriteBits(T value, int32 bits)
Definition: ByteBuffer.h:198

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

std::string WorldPackets::Channel::ChannelNotifyJoined::_Channel

Channel Name.

uint32 WorldPackets::Channel::ChannelNotifyJoined::_ChannelFlags = 0
See also
enum ChannelFlags
std::string WorldPackets::Channel::ChannelNotifyJoined::ChannelWelcomeMsg
int32 WorldPackets::Channel::ChannelNotifyJoined::ChatChannelID = 0
int32 WorldPackets::Channel::ChannelNotifyJoined::InstanceID = 0

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