TrinityCore
WorldPackets::Talent::LearnPvpTalentFailed Class Referencefinal

#include <TalentPackets.h>

+ Inheritance diagram for WorldPackets::Talent::LearnPvpTalentFailed:

Public Member Functions

 LearnPvpTalentFailed ()
 
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

uint32 Reason = 0
 
int32 SpellID = 0
 
std::vector< PvPTalentTalents
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 133 of file TalentPackets.h.

Constructor & Destructor Documentation

◆ LearnPvpTalentFailed()

WorldPackets::Talent::LearnPvpTalentFailed::LearnPvpTalentFailed ( )
inline

Definition at line 136 of file TalentPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 114 of file TalentPackets.cpp.

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

Member Data Documentation

◆ Reason

uint32 WorldPackets::Talent::LearnPvpTalentFailed::Reason = 0

Definition at line 140 of file TalentPackets.h.

◆ SpellID

int32 WorldPackets::Talent::LearnPvpTalentFailed::SpellID = 0

Definition at line 141 of file TalentPackets.h.

◆ Talents

std::vector<PvPTalent> WorldPackets::Talent::LearnPvpTalentFailed::Talents

Definition at line 142 of file TalentPackets.h.


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