![]() |
TrinityCore
|
#include <TradePackets.h>
Inheritance diagram for WorldPackets::Trade::TradeUpdated:Public Member Functions | |
| TradeUpdated () | |
| 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 | |
| uint64 | Gold = 0 |
| uint32 | CurrentStateIndex = 0 |
| uint8 | WhichPlayer = 0 |
| uint32 | ClientStateIndex = 0 |
| std::vector< TradeItem > | Items |
| int32 | CurrencyType = 0 |
| uint32 | ID = 0 |
| int32 | ProposedEnchantment = 0 |
| int32 | CurrencyQuantity = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 174 of file TradePackets.h.
|
inlineexplicit |
Definition at line 177 of file TradePackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 120 of file TradePackets.cpp.
Here is the caller graph for this function:| uint32 WorldPackets::Trade::TradeUpdated::ClientStateIndex = 0 |
Definition at line 184 of file TradePackets.h.
| int32 WorldPackets::Trade::TradeUpdated::CurrencyQuantity = 0 |
Definition at line 189 of file TradePackets.h.
| int32 WorldPackets::Trade::TradeUpdated::CurrencyType = 0 |
Definition at line 186 of file TradePackets.h.
| uint32 WorldPackets::Trade::TradeUpdated::CurrentStateIndex = 0 |
Definition at line 182 of file TradePackets.h.
| uint64 WorldPackets::Trade::TradeUpdated::Gold = 0 |
Definition at line 181 of file TradePackets.h.
| uint32 WorldPackets::Trade::TradeUpdated::ID = 0 |
Definition at line 187 of file TradePackets.h.
| std::vector<TradeItem> WorldPackets::Trade::TradeUpdated::Items |
Definition at line 185 of file TradePackets.h.
| int32 WorldPackets::Trade::TradeUpdated::ProposedEnchantment = 0 |
Definition at line 188 of file TradePackets.h.
| uint8 WorldPackets::Trade::TradeUpdated::WhichPlayer = 0 |
Definition at line 183 of file TradePackets.h.