TrinityCore
WorldPackets::Spells::SelfRes Class Referencefinal

#include <SpellPackets.h>

+ Inheritance diagram for WorldPackets::Spells::SelfRes:

Public Member Functions

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

Public Attributes

int32 SpellID = 0
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 859 of file SpellPackets.h.

Constructor & Destructor Documentation

◆ SelfRes()

WorldPackets::Spells::SelfRes::SelfRes ( WorldPacket &&  packet)
inline

Definition at line 862 of file SpellPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Spells::SelfRes::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 875 of file SpellPackets.cpp.

Member Data Documentation

◆ SpellID

int32 WorldPackets::Spells::SelfRes::SpellID = 0

Definition at line 866 of file SpellPackets.h.


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