TrinityCore
WorldPackets::Talent::RespecWipeConfirm Class Referencefinal

#include <TalentPackets.h>

+ Inheritance diagram for WorldPackets::Talent::RespecWipeConfirm:

Public Member Functions

 RespecWipeConfirm ()
 
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 RespecMaster
 
uint32 Cost = 0
 
int8 RespecType = 0
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 69 of file TalentPackets.h.

Constructor & Destructor Documentation

◆ RespecWipeConfirm()

WorldPackets::Talent::RespecWipeConfirm::RespecWipeConfirm ( )
inline

Definition at line 72 of file TalentPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Talent::RespecWipeConfirm::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 63 of file TalentPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ Cost

uint32 WorldPackets::Talent::RespecWipeConfirm::Cost = 0

Definition at line 77 of file TalentPackets.h.

◆ RespecMaster

ObjectGuid WorldPackets::Talent::RespecWipeConfirm::RespecMaster

Definition at line 76 of file TalentPackets.h.

◆ RespecType

int8 WorldPackets::Talent::RespecWipeConfirm::RespecType = 0

Definition at line 78 of file TalentPackets.h.


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