TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Talent::RespecWipeConfirm Class Referencefinal

#include <TalentPackets.h>

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

Public Member Functions

 RespecWipeConfirm (ObjectGuid respecMaster, uint32 cost)
 
WorldPacket constWrite () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200)
 
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
 
WorldPacket constGetRawPacket () const
 
size_t GetSize () const
 

Public Attributes

ObjectGuid RespecMaster
 
uint32 Cost = 0
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 63 of file TalentPackets.h.

Constructor & Destructor Documentation

◆ RespecWipeConfirm()

WorldPackets::Talent::RespecWipeConfirm::RespecWipeConfirm ( ObjectGuid  respecMaster,
uint32  cost 
)
inlineexplicit

Definition at line 66 of file TalentPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 87 of file TalentPackets.cpp.

Member Data Documentation

◆ Cost

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

Definition at line 72 of file TalentPackets.h.

◆ RespecMaster

ObjectGuid WorldPackets::Talent::RespecWipeConfirm::RespecMaster

Definition at line 71 of file TalentPackets.h.


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