![]() |
TrinityCore
|
#include <PartyPackets.h>
Inheritance diagram for WorldPackets::Party::PartyCommandResult:Public Member Functions | |
| PartyCommandResult () | |
| 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 | |
| std::string | Name |
| uint8 | Command = 0u |
| uint8 | Result = 0u |
| uint32 | ResultData = 0u |
| ObjectGuid | ResultGUID |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 37 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 40 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 31 of file PartyPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint8 WorldPackets::Party::PartyCommandResult::Command = 0u |
Definition at line 45 of file PartyPackets.h.
| std::string WorldPackets::Party::PartyCommandResult::Name |
Definition at line 44 of file PartyPackets.h.
| uint8 WorldPackets::Party::PartyCommandResult::Result = 0u |
Definition at line 46 of file PartyPackets.h.
| uint32 WorldPackets::Party::PartyCommandResult::ResultData = 0u |
Definition at line 47 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::PartyCommandResult::ResultGUID |
Definition at line 48 of file PartyPackets.h.