![]() |
TrinityCore
|
#include <PartyPackets.h>
Inheritance diagram for WorldPackets::Party::SetLootMethod:Public Member Functions | |
| SetLootMethod (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 | |
| Optional< uint8 > | PartyIndex |
| ObjectGuid | LootMasterGUID |
| uint8 | LootMethod = 0u |
| uint32 | LootThreshold = 0u |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 287 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 290 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 311 of file PartyPackets.cpp.
Here is the call graph for this function:| ObjectGuid WorldPackets::Party::SetLootMethod::LootMasterGUID |
Definition at line 295 of file PartyPackets.h.
| uint8 WorldPackets::Party::SetLootMethod::LootMethod = 0u |
Definition at line 296 of file PartyPackets.h.
| uint32 WorldPackets::Party::SetLootMethod::LootThreshold = 0u |
Definition at line 297 of file PartyPackets.h.
Definition at line 294 of file PartyPackets.h.