![]() |
TrinityCore
|
#include <LootPackets.h>
Inheritance diagram for WorldPackets::Loot::LootRollsComplete:Public Member Functions | |
| LootRollsComplete () | |
| 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 |
| uint8 | LootListID = 0 |
| int32 | DungeonEncounterID = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 280 of file LootPackets.h.
|
inlineexplicit |
Definition at line 283 of file LootPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 230 of file LootPackets.cpp.
| int32 WorldPackets::Loot::LootRollsComplete::DungeonEncounterID = 0 |
Definition at line 289 of file LootPackets.h.
| uint8 WorldPackets::Loot::LootRollsComplete::LootListID = 0 |
Definition at line 288 of file LootPackets.h.
| ObjectGuid WorldPackets::Loot::LootRollsComplete::LootObj |
Definition at line 287 of file LootPackets.h.