![]() |
TrinityCore
|
#include <PartyPackets.h>
Inheritance diagram for WorldPackets::Party::PartyMemberFullState:Public Member Functions | |
| PartyMemberFullState () | |
| WorldPacket const * | Write () override |
| void | Initialize (Player const *player) |
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 | |
| bool | ForEnemy = false |
| ObjectGuid | MemberGuid |
| PartyMemberStats | MemberStats |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 227 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 230 of file PartyPackets.h.
| void WorldPackets::Party::PartyMemberFullState::Initialize | ( | Player const * | player | ) |
Definition at line 641 of file PartyPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 256 of file PartyPackets.cpp.
Here is the caller graph for this function:| bool WorldPackets::Party::PartyMemberFullState::ForEnemy = false |
Definition at line 235 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::PartyMemberFullState::MemberGuid |
Definition at line 236 of file PartyPackets.h.
| PartyMemberStats WorldPackets::Party::PartyMemberFullState::MemberStats |
Definition at line 237 of file PartyPackets.h.