#include <SpellPackets.h>
◆ SetSpellCharges()
WorldPackets::Spells::SetSpellCharges::SetSpellCharges |
( |
| ) |
|
|
inline |
ServerPacket(OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
Definition: Packet.cpp:25
Definition: Opcodes.h:1825
◆ Write()
WorldPacket const * WorldPackets::Spells::SetSpellCharges::Write |
( |
| ) |
|
|
overridevirtual |
Implements WorldPackets::Packet.
float ChargeModRate
Definition: SpellPackets.h:670
bool IsPet
Definition: SpellPackets.h:666
void FlushBits()
Definition: ByteBuffer.h:155
WorldPacket _worldPacket
Definition: Packet.h:43
bool WriteBit(bool bit)
Definition: ByteBuffer.h:175
int32_t int32
Definition: Define.h:139
uint32_t uint32
Definition: Define.h:143
uint8 ConsumedCharges
Definition: SpellPackets.h:669
uint32 NextRecoveryTime
Definition: SpellPackets.h:668
uint8_t uint8
Definition: Define.h:145
uint32 Category
Definition: SpellPackets.h:667
◆ Category
uint32 WorldPackets::Spells::SetSpellCharges::Category = 0 |
◆ ChargeModRate
float WorldPackets::Spells::SetSpellCharges::ChargeModRate = 1.0f |
◆ ConsumedCharges
uint8 WorldPackets::Spells::SetSpellCharges::ConsumedCharges = 0 |
◆ IsPet
bool WorldPackets::Spells::SetSpellCharges::IsPet = false |
◆ NextRecoveryTime
uint32 WorldPackets::Spells::SetSpellCharges::NextRecoveryTime = 0 |
The documentation for this class was generated from the following files: