TrinityCore
Loading...
Searching...
No Matches
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 () 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 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 658 of file SpellPackets.h.

Constructor & Destructor Documentation

◆ SetSpellCharges()

WorldPackets::Spells::SetSpellCharges::SetSpellCharges ( )
inlineexplicit

Definition at line 661 of file SpellPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 723 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 666 of file SpellPackets.h.

◆ ChargeModRate

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

Definition at line 669 of file SpellPackets.h.

◆ ConsumedCharges

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

Definition at line 668 of file SpellPackets.h.

◆ IsPet

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

Definition at line 665 of file SpellPackets.h.

◆ NextRecoveryTime

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

Definition at line 667 of file SpellPackets.h.


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