![]() |
TrinityCore
|
#include <PartyPackets.h>
Inheritance diagram for WorldPackets::Party::PartyInviteResponse:Public Member Functions | |
| PartyInviteResponse (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 |
| bool | Accept = false |
| Optional< uint8 > | RolesDesired |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 98 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 101 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 102 of file PartyPackets.cpp.
Here is the call graph for this function:| bool WorldPackets::Party::PartyInviteResponse::Accept = false |
Definition at line 106 of file PartyPackets.h.
Definition at line 105 of file PartyPackets.h.
Definition at line 107 of file PartyPackets.h.