TrinityCore
WorldPackets::ClientConfig::UpdateAccountData Class Referencefinal

#include <ClientConfigPackets.h>

+ Inheritance diagram for WorldPackets::ClientConfig::UpdateAccountData:

Public Member Functions

 UpdateAccountData ()
 
WorldPacket const * Write () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () override final
 
void Clear ()
 
WorldPacket && Move ()
 
void ShrinkToFit ()
 
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
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

ObjectGuid Player
 
Timestamp Time
 
uint32 Size = 0
 decompressed size More...
 
uint8 DataType = 0
 
ByteBuffer CompressedData
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 62 of file ClientConfigPackets.h.

Constructor & Destructor Documentation

◆ UpdateAccountData()

WorldPackets::ClientConfig::UpdateAccountData::UpdateAccountData ( )
inline

Definition at line 65 of file ClientConfigPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::ClientConfig::UpdateAccountData::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 43 of file ClientConfigPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ CompressedData

ByteBuffer WorldPackets::ClientConfig::UpdateAccountData::CompressedData

Definition at line 73 of file ClientConfigPackets.h.

◆ DataType

uint8 WorldPackets::ClientConfig::UpdateAccountData::DataType = 0
See also
enum AccountDataType

Definition at line 72 of file ClientConfigPackets.h.

◆ Player

ObjectGuid WorldPackets::ClientConfig::UpdateAccountData::Player

Definition at line 69 of file ClientConfigPackets.h.

◆ Size

uint32 WorldPackets::ClientConfig::UpdateAccountData::Size = 0

decompressed size

Definition at line 71 of file ClientConfigPackets.h.

◆ Time

Timestamp WorldPackets::ClientConfig::UpdateAccountData::Time

Definition at line 70 of file ClientConfigPackets.h.


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