![]() |
TrinityCore
|
#include <GuildPackets.h>
Inheritance diagram for WorldPackets::Guild::SwapItemWithGuildBankItem:Public Member Functions | |
| SwapItemWithGuildBankItem (WorldPacket &&packet) | |
| void | Read () override |
Public Member Functions inherited from WorldPackets::ClientPacket | |
| ClientPacket (WorldPacket &&packet) | |
| ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet) | |
| WorldPacket const * | Write () final |
| OpcodeClient | 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 | Banker |
| uint8 | BankTab = 0 |
| uint8 | BankSlot = 0 |
| Optional< uint8 > | ContainerSlot |
| uint8 | ContainerItemSlot = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 851 of file GuildPackets.h.
|
inlineexplicit |
Definition at line 854 of file GuildPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 679 of file GuildPackets.cpp.
Here is the call graph for this function:| ObjectGuid WorldPackets::Guild::SwapItemWithGuildBankItem::Banker |
Definition at line 858 of file GuildPackets.h.
| uint8 WorldPackets::Guild::SwapItemWithGuildBankItem::BankSlot = 0 |
Definition at line 860 of file GuildPackets.h.
| uint8 WorldPackets::Guild::SwapItemWithGuildBankItem::BankTab = 0 |
Definition at line 859 of file GuildPackets.h.
| uint8 WorldPackets::Guild::SwapItemWithGuildBankItem::ContainerItemSlot = 0 |
Definition at line 862 of file GuildPackets.h.
Definition at line 861 of file GuildPackets.h.