![]() |
TrinityCore
|
#include <BattlePetPackets.h>
Inheritance diagram for WorldPackets::BattlePet::BattlePetUpdates:Public Member Functions | |
| BattlePetUpdates () | |
| 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 | |
| std::vector< std::reference_wrapper< BattlePet const > > | Pets |
| bool | PetAdded = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 112 of file BattlePetPackets.h.
|
inline |
Definition at line 115 of file BattlePetPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 88 of file BattlePetPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::BattlePet::BattlePetUpdates::PetAdded = false |
Definition at line 120 of file BattlePetPackets.h.
| std::vector<std::reference_wrapper<BattlePet const> > WorldPackets::BattlePet::BattlePetUpdates::Pets |
Definition at line 119 of file BattlePetPackets.h.