![]() |
TrinityCore
|
#include <PetPackets.h>
Public Member Functions | |
PetSpells () | |
WorldPacket const * | Write () override |
![]() | |
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 |
![]() | |
Packet (WorldPacket &&worldPacket) | |
virtual | ~Packet ()=default |
Packet (Packet const &right)=delete | |
Packet & | operator= (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 | |
ObjectGuid | PetGUID |
uint16 | _CreatureFamily = 0 |
uint16 | Specialization = 0 |
uint32 | TimeLimit = 0 |
uint8 | ReactState = 0 |
uint8 | CommandState = 0 |
uint8 | Flag = 0 |
std::array< int, 10 > | ActionButtons = { } |
std::vector< uint32 > | Actions |
std::vector< PetSpellCooldown > | Cooldowns |
std::vector< PetSpellHistory > | SpellHistory |
Additional Inherited Members | |
![]() | |
WorldPacket | _worldPacket |
Definition at line 110 of file PetPackets.h.
|
inline |
Definition at line 113 of file PetPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 20 of file PetPackets.cpp.
uint16 WorldPackets::Pet::PetSpells::_CreatureFamily = 0 |
Definition at line 118 of file PetPackets.h.
std::array<int, 10> WorldPackets::Pet::PetSpells::ActionButtons = { } |
Definition at line 125 of file PetPackets.h.
std::vector<uint32> WorldPackets::Pet::PetSpells::Actions |
Definition at line 127 of file PetPackets.h.
uint8 WorldPackets::Pet::PetSpells::CommandState = 0 |
Definition at line 122 of file PetPackets.h.
std::vector<PetSpellCooldown> WorldPackets::Pet::PetSpells::Cooldowns |
Definition at line 128 of file PetPackets.h.
uint8 WorldPackets::Pet::PetSpells::Flag = 0 |
Definition at line 123 of file PetPackets.h.
ObjectGuid WorldPackets::Pet::PetSpells::PetGUID |
Definition at line 117 of file PetPackets.h.
uint8 WorldPackets::Pet::PetSpells::ReactState = 0 |
Definition at line 121 of file PetPackets.h.
uint16 WorldPackets::Pet::PetSpells::Specialization = 0 |
Definition at line 119 of file PetPackets.h.
std::vector<PetSpellHistory> WorldPackets::Pet::PetSpells::SpellHistory |
Definition at line 129 of file PetPackets.h.
uint32 WorldPackets::Pet::PetSpells::TimeLimit = 0 |
Definition at line 120 of file PetPackets.h.