![]() |
TrinityCore
|
#include <ItemPackets.h>
Inheritance diagram for WorldPackets::Item::BuySucceeded:Public Member Functions | |
| BuySucceeded () | |
| WorldPacket const * | Write () override |
Public Attributes | |
| ObjectGuid | VendorGUID |
| uint32 | Muid = 0u |
| uint32 | QuantityBought = 0u |
| int32 | NewQuantity = 0 |
Additional Inherited Members | |
Private 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 |
Private 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 |
Private Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 64 of file ItemPackets.h.
|
inlineexplicit |
Definition at line 67 of file ItemPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 40 of file ItemPackets.cpp.
Here is the caller graph for this function:| uint32 WorldPackets::Item::BuySucceeded::Muid = 0u |
Definition at line 72 of file ItemPackets.h.
| int32 WorldPackets::Item::BuySucceeded::NewQuantity = 0 |
Definition at line 74 of file ItemPackets.h.
| uint32 WorldPackets::Item::BuySucceeded::QuantityBought = 0u |
Definition at line 73 of file ItemPackets.h.
| ObjectGuid WorldPackets::Item::BuySucceeded::VendorGUID |
Definition at line 71 of file ItemPackets.h.