![]() |
TrinityCore
|
#include <BattlePetPackets.h>
Inheritance diagram for WorldPackets::BattlePet::BattlePetJournal:Public Member Functions | |
| BattlePetJournal () | |
| 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 | |
| uint16 | Trap = 0 |
| bool | HasJournalLock = false |
| std::vector< std::reference_wrapper< BattlePetSlot > > | Slots |
| std::vector< std::reference_wrapper< BattlePet > > | Pets |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 67 of file BattlePetPackets.h.
|
inline |
Definition at line 70 of file BattlePetPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 71 of file BattlePetPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::BattlePet::BattlePetJournal::HasJournalLock = false |
Definition at line 75 of file BattlePetPackets.h.
| std::vector<std::reference_wrapper<BattlePet> > WorldPackets::BattlePet::BattlePetJournal::Pets |
Definition at line 77 of file BattlePetPackets.h.
| std::vector<std::reference_wrapper<BattlePetSlot> > WorldPackets::BattlePet::BattlePetJournal::Slots |
Definition at line 76 of file BattlePetPackets.h.
| uint16 WorldPackets::BattlePet::BattlePetJournal::Trap = 0 |
Definition at line 74 of file BattlePetPackets.h.