TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Spells::ResyncRunes Class Referencefinal

#include <SpellPackets.h>

+ Inheritance diagram for WorldPackets::Spells::ResyncRunes:

Public Member Functions

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

uint32 Count = 0
 
std::vector< ResyncRuneRunes
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 234 of file SpellPackets.h.

Constructor & Destructor Documentation

◆ ResyncRunes()

WorldPackets::Spells::ResyncRunes::ResyncRunes ( )
inline

Definition at line 237 of file SpellPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Spells::ResyncRunes::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 251 of file SpellPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ Count

uint32 WorldPackets::Spells::ResyncRunes::Count = 0

Definition at line 241 of file SpellPackets.h.

◆ Runes

std::vector<ResyncRune> WorldPackets::Spells::ResyncRunes::Runes

Definition at line 242 of file SpellPackets.h.


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