![]() |
TrinityCore
|
#include <BattlePetPackets.h>
Inheritance diagram for WorldPackets::BattlePet::QueryBattlePetNameResponse:Public Member Functions | |
| QueryBattlePetNameResponse () | |
| 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 | BattlePetID |
| int32 | CreatureID = 0 |
| WorldPackets::Timestamp | Timestamp |
| bool | Allow = false |
| bool | HasDeclined = false |
| DeclinedName | DeclinedNames |
| std::string | Name |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 169 of file BattlePetPackets.h.
|
inline |
Definition at line 172 of file BattlePetPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 143 of file BattlePetPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::BattlePet::QueryBattlePetNameResponse::Allow = false |
Definition at line 179 of file BattlePetPackets.h.
| ObjectGuid WorldPackets::BattlePet::QueryBattlePetNameResponse::BattlePetID |
Definition at line 176 of file BattlePetPackets.h.
| int32 WorldPackets::BattlePet::QueryBattlePetNameResponse::CreatureID = 0 |
Definition at line 177 of file BattlePetPackets.h.
| DeclinedName WorldPackets::BattlePet::QueryBattlePetNameResponse::DeclinedNames |
Definition at line 182 of file BattlePetPackets.h.
| bool WorldPackets::BattlePet::QueryBattlePetNameResponse::HasDeclined = false |
Definition at line 181 of file BattlePetPackets.h.
| std::string WorldPackets::BattlePet::QueryBattlePetNameResponse::Name |
Definition at line 183 of file BattlePetPackets.h.
| WorldPackets::Timestamp WorldPackets::BattlePet::QueryBattlePetNameResponse::Timestamp |
Definition at line 178 of file BattlePetPackets.h.