![]() |
TrinityCore
|
#include <PartyPackets.h>
Inheritance diagram for WorldPackets::Party::SetRole:Public Member Functions | |
| SetRole (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 | TargetGUID |
| uint8 | Role = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 251 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 254 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 284 of file PartyPackets.cpp.
Here is the call graph for this function:Definition at line 258 of file PartyPackets.h.
| uint8 WorldPackets::Party::SetRole::Role = 0 |
Definition at line 260 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::SetRole::TargetGUID |
Definition at line 259 of file PartyPackets.h.