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

#include <TalentPackets.h>

+ Inheritance diagram for WorldPackets::Talent::LearnTalents:

Public Member Functions

 LearnTalents (WorldPacket &&packet)
 
void Read () override
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () final
 
OpcodeClient 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 const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

Array< uint16, MAX_TALENT_TIERSTalents
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 86 of file TalentPackets.h.

Constructor & Destructor Documentation

◆ LearnTalents()

WorldPackets::Talent::LearnTalents::LearnTalents ( WorldPacket &&  packet)
inlineexplicit

Definition at line 89 of file TalentPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Talent::LearnTalents::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 111 of file TalentPackets.cpp.

Member Data Documentation

◆ Talents

Array<uint16, MAX_TALENT_TIERS> WorldPackets::Talent::LearnTalents::Talents

Definition at line 92 of file TalentPackets.h.


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