TrinityCore
WorldPackets::Talent::ActiveGlyphs Class Referencefinal

#include <TalentPackets.h>

+ Inheritance diagram for WorldPackets::Talent::ActiveGlyphs:

Public Member Functions

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

std::vector< GlyphBindingGlyphs
 
bool IsFullUpdate = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 112 of file TalentPackets.h.

Constructor & Destructor Documentation

◆ ActiveGlyphs()

WorldPackets::Talent::ActiveGlyphs::ActiveGlyphs ( )
inline

Definition at line 115 of file TalentPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 95 of file TalentPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ Glyphs

std::vector<GlyphBinding> WorldPackets::Talent::ActiveGlyphs::Glyphs

Definition at line 119 of file TalentPackets.h.

◆ IsFullUpdate

bool WorldPackets::Talent::ActiveGlyphs::IsFullUpdate = false

Definition at line 120 of file TalentPackets.h.


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