![]() |
TrinityCore
|
#include <LootPackets.h>
Inheritance diagram for WorldPackets::Loot::LootResponse:Public Member Functions | |
| LootResponse () | |
| 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 | |
| ObjectGuid | LootObj |
| ObjectGuid | Owner |
| uint8 | Threshold = 2 |
| uint8 | _LootMethod = 0 |
| uint8 | AcquireReason = 0 |
| uint8 | FailureReason = 17 |
| uint32 | Coins = 0 |
| std::vector< LootItemData > | Items |
| std::vector< LootCurrency > | Currencies |
| bool | Acquired = false |
| bool | AELooting = false |
| bool | SuppressError = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 61 of file LootPackets.h.
|
inlineexplicit |
Definition at line 64 of file LootPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 53 of file LootPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint8 WorldPackets::Loot::LootResponse::_LootMethod = 0 |
Definition at line 71 of file LootPackets.h.
| bool WorldPackets::Loot::LootResponse::Acquired = false |
Definition at line 77 of file LootPackets.h.
| uint8 WorldPackets::Loot::LootResponse::AcquireReason = 0 |
Definition at line 72 of file LootPackets.h.
| bool WorldPackets::Loot::LootResponse::AELooting = false |
Definition at line 78 of file LootPackets.h.
| uint32 WorldPackets::Loot::LootResponse::Coins = 0 |
Definition at line 74 of file LootPackets.h.
| std::vector<LootCurrency> WorldPackets::Loot::LootResponse::Currencies |
Definition at line 76 of file LootPackets.h.
| uint8 WorldPackets::Loot::LootResponse::FailureReason = 17 |
Definition at line 73 of file LootPackets.h.
| std::vector<LootItemData> WorldPackets::Loot::LootResponse::Items |
Definition at line 75 of file LootPackets.h.
| ObjectGuid WorldPackets::Loot::LootResponse::LootObj |
Definition at line 68 of file LootPackets.h.
| ObjectGuid WorldPackets::Loot::LootResponse::Owner |
Definition at line 69 of file LootPackets.h.
| bool WorldPackets::Loot::LootResponse::SuppressError = false |
Definition at line 79 of file LootPackets.h.
| uint8 WorldPackets::Loot::LootResponse::Threshold = 2 |
Definition at line 70 of file LootPackets.h.