![]() |
TrinityCore
|
#include <BankPackets.h>
Public Member Functions | |
AutoBankItem (WorldPacket &&packet) | |
void | Read () override |
![]() | |
ClientPacket (WorldPacket &&packet) | |
ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet) | |
WorldPacket const * | Write () override final |
OpcodeClient | GetOpcode () const |
![]() | |
Packet (WorldPacket &&worldPacket) | |
virtual | ~Packet ()=default |
Packet (Packet const &right)=delete | |
Packet & | operator= (Packet const &right)=delete |
virtual WorldPacket const * | Write ()=0 |
virtual void | Read ()=0 |
WorldPacket const * | GetRawPacket () const |
size_t | GetSize () const |
ConnectionType | GetConnection () const |
Public Attributes | |
WorldPackets::Item::InvUpdate | Inv |
::BankType | BankType = ::BankType::Character |
uint8 | Bag = 0 |
uint8 | Slot = 0 |
Additional Inherited Members | |
![]() | |
WorldPacket | _worldPacket |
Definition at line 31 of file BankPackets.h.
|
inline |
Definition at line 34 of file BankPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 21 of file BankPackets.cpp.
uint8 WorldPackets::Bank::AutoBankItem::Bag = 0 |
Definition at line 40 of file BankPackets.h.
::BankType WorldPackets::Bank::AutoBankItem::BankType = ::BankType::Character |
Definition at line 39 of file BankPackets.h.
WorldPackets::Item::InvUpdate WorldPackets::Bank::AutoBankItem::Inv |
Definition at line 38 of file BankPackets.h.
uint8 WorldPackets::Bank::AutoBankItem::Slot = 0 |
Definition at line 41 of file BankPackets.h.