![]() |
TrinityCore
|
#include <PartyPackets.h>
Inheritance diagram for WorldPackets::Party::PartyInvite:Public Member Functions | |
| PartyInvite () | |
| WorldPacket const * | Write () override |
| void | Initialize (Player const *inviter, int32 proposedRoles, bool canAccept) |
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 | ShouldSquelch = false |
| bool | AllowMultipleRoles = false |
| bool | QuestSessionActive = false |
| bool | IsCrossFaction = false |
| uint16 | InviterCfgRealmID = 0 |
| bool | CanAccept = false |
| Auth::VirtualRealmInfo | InviterRealm |
| ObjectGuid | InviterGUID |
| ObjectGuid | InviterBNetAccountId |
| std::string | InviterName |
| bool | IsXRealm = false |
| bool | IsXNativeRealm = false |
| uint8 | ProposedRoles = 0 |
| uint32 | LfgCompletedMask = 0 |
| std::vector< uint32 > | LfgSlots |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 65 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 68 of file PartyPackets.h.
| void WorldPackets::Party::PartyInvite::Initialize | ( | Player const * | inviter, |
| int32 | proposedRoles, | ||
| bool | canAccept | ||
| ) |
Definition at line 88 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 61 of file PartyPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::Party::PartyInvite::AllowMultipleRoles = false |
Definition at line 75 of file PartyPackets.h.
| bool WorldPackets::Party::PartyInvite::CanAccept = false |
Definition at line 80 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::PartyInvite::InviterBNetAccountId |
Definition at line 85 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyInvite::InviterCfgRealmID = 0 |
Definition at line 78 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::PartyInvite::InviterGUID |
Definition at line 84 of file PartyPackets.h.
| std::string WorldPackets::Party::PartyInvite::InviterName |
Definition at line 86 of file PartyPackets.h.
| Auth::VirtualRealmInfo WorldPackets::Party::PartyInvite::InviterRealm |
Definition at line 83 of file PartyPackets.h.
| bool WorldPackets::Party::PartyInvite::IsCrossFaction = false |
Definition at line 77 of file PartyPackets.h.
| bool WorldPackets::Party::PartyInvite::IsXNativeRealm = false |
Definition at line 90 of file PartyPackets.h.
| bool WorldPackets::Party::PartyInvite::IsXRealm = false |
Definition at line 89 of file PartyPackets.h.
| uint32 WorldPackets::Party::PartyInvite::LfgCompletedMask = 0 |
Definition at line 94 of file PartyPackets.h.
| std::vector<uint32> WorldPackets::Party::PartyInvite::LfgSlots |
Definition at line 95 of file PartyPackets.h.
| uint8 WorldPackets::Party::PartyInvite::ProposedRoles = 0 |
Definition at line 93 of file PartyPackets.h.
| bool WorldPackets::Party::PartyInvite::QuestSessionActive = false |
Definition at line 76 of file PartyPackets.h.
| bool WorldPackets::Party::PartyInvite::ShouldSquelch = false |
Definition at line 74 of file PartyPackets.h.