TrinityCore
|
#include <PetPackets.h>
Public Member Functions | |
PetSpellAutocast (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 | |
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 |
uint32 | SpellID = 0 |
bool | AutocastEnabled = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
WorldPacket | _worldPacket |
Definition at line 81 of file PetPackets.h.
|
inline |
Definition at line 84 of file PetPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 157 of file PetPackets.cpp.
bool WorldPackets::Pet::PetSpellAutocast::AutocastEnabled = false |
Definition at line 90 of file PetPackets.h.
ObjectGuid WorldPackets::Pet::PetSpellAutocast::PetGUID |
Definition at line 88 of file PetPackets.h.
uint32 WorldPackets::Pet::PetSpellAutocast::SpellID = 0 |
Definition at line 89 of file PetPackets.h.