![]() |
TrinityCore
|
#include <LootPackets.h>
Inheritance diagram for WorldPackets::Loot::LootItem:Public Member Functions | |
| LootItem (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 | |
| Array< LootRequest, 100 > | Loot |
| bool | IsSoftInteract = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 88 of file LootPackets.h.
|
inlineexplicit |
Definition at line 91 of file LootPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 78 of file LootPackets.cpp.
| bool WorldPackets::Loot::LootItem::IsSoftInteract = false |
Definition at line 96 of file LootPackets.h.
| Array<LootRequest, 100> WorldPackets::Loot::LootItem::Loot |
Definition at line 95 of file LootPackets.h.