TrinityCore
WorldPackets::Spells::SetSpellCharges Class Referencefinal

#include <SpellPackets.h>

+ Inheritance diagram for WorldPackets::Spells::SetSpellCharges:

Public Member Functions

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

bool IsPet = false
 
uint32 Category = 0
 
uint32 NextRecoveryTime = 0
 
uint8 ConsumedCharges = 0
 
float ChargeModRate = 1.0f
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 633 of file SpellPackets.h.

Constructor & Destructor Documentation

◆ SetSpellCharges()

WorldPackets::Spells::SetSpellCharges::SetSpellCharges ( )
inline

Definition at line 636 of file SpellPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 685 of file SpellPackets.cpp.

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

Member Data Documentation

◆ Category

uint32 WorldPackets::Spells::SetSpellCharges::Category = 0

Definition at line 641 of file SpellPackets.h.

◆ ChargeModRate

float WorldPackets::Spells::SetSpellCharges::ChargeModRate = 1.0f

Definition at line 644 of file SpellPackets.h.

◆ ConsumedCharges

uint8 WorldPackets::Spells::SetSpellCharges::ConsumedCharges = 0

Definition at line 643 of file SpellPackets.h.

◆ IsPet

bool WorldPackets::Spells::SetSpellCharges::IsPet = false

Definition at line 640 of file SpellPackets.h.

◆ NextRecoveryTime

uint32 WorldPackets::Spells::SetSpellCharges::NextRecoveryTime = 0

Definition at line 642 of file SpellPackets.h.


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