![]() |
TrinityCore
|
#include <PetPackets.h>
Inheritance diagram for WorldPackets::Pet::PetSpells: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 () 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 | |
| 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 |
| uint8 | 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 |
Definition at line 110 of file PetPackets.h.
|
inlineexplicit |
Definition at line 113 of file PetPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 23 of file PetPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| 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.