![]() |
TrinityCore
|
#include <PetPackets.h>
Public Member Functions | |
| PetSpells () | |
| 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 () overridefinal |
| void | Clear () |
| WorldPacket && | Move () |
| OpcodeServer | 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 |
| 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 |
| uint16 | Flag = 0 |
| std::array< int, 10 > | ActionButtons |
| std::vector< uint32 > | Actions |
| std::vector< PetSpellCooldown > | Cooldowns |
| std::vector< PetSpellHistory > | SpellHistory |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
|
inline |
|
overridevirtual |
Implements WorldPackets::Packet.
| std::array<int, 10> WorldPackets::Pet::PetSpells::ActionButtons |
| std::vector<uint32> WorldPackets::Pet::PetSpells::Actions |
| uint8 WorldPackets::Pet::PetSpells::CommandState = 0 |
| std::vector<PetSpellCooldown> WorldPackets::Pet::PetSpells::Cooldowns |
| uint16 WorldPackets::Pet::PetSpells::CreatureFamily = 0 |
| uint16 WorldPackets::Pet::PetSpells::Flag = 0 |
| ObjectGuid WorldPackets::Pet::PetSpells::PetGUID |
| uint8 WorldPackets::Pet::PetSpells::ReactState = 0 |
| uint16 WorldPackets::Pet::PetSpells::Specialization = 0 |
| std::vector<PetSpellHistory> WorldPackets::Pet::PetSpells::SpellHistory |
| uint32 WorldPackets::Pet::PetSpells::TimeLimit = 0 |
1.8.8