![]() |
TrinityCore
|
#include <LootPackets.h>
Inheritance diagram for WorldPackets::Loot::LootList:Public Member Functions | |
| LootList () | |
| 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 | Owner |
| ObjectGuid | LootObj |
| Optional< ObjectGuid > | Master |
| Optional< ObjectGuid > | RoundRobinWinner |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 195 of file LootPackets.h.
|
inlineexplicit |
Definition at line 198 of file LootPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 154 of file LootPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ObjectGuid WorldPackets::Loot::LootList::LootObj |
Definition at line 203 of file LootPackets.h.
| Optional<ObjectGuid> WorldPackets::Loot::LootList::Master |
Definition at line 204 of file LootPackets.h.
| ObjectGuid WorldPackets::Loot::LootList::Owner |
Definition at line 202 of file LootPackets.h.
| Optional<ObjectGuid> WorldPackets::Loot::LootList::RoundRobinWinner |
Definition at line 205 of file LootPackets.h.