![]() |
TrinityCore
|
#include <PartyPackets.h>
Inheritance diagram for WorldPackets::Party::PartyUpdate:Public Member Functions | |
| PartyUpdate () | |
| 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 | |
| uint16 | PartyFlags = 0 |
| uint8 | PartyIndex = 0 |
| uint8 | PartyType = 0 |
| ObjectGuid | PartyGUID |
| ObjectGuid | LeaderGUID |
| uint8 | LeaderFactionGroup = 0 |
| int32 | MyIndex = 0 |
| int32 | SequenceNum = 0 |
| RestrictPingsTo | PingRestriction = { } |
| std::vector< PartyPlayerInfo > | PlayerList |
| Optional< ChallengeModeData > | ChallengeMode |
| Optional< PartyLFGInfo > | LfgInfos |
| Optional< PartyLootSettings > | LootSettings |
| Optional< PartyDifficultySettings > | DifficultySettings |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 583 of file PartyPackets.h.
|
inlineexplicit |
Definition at line 586 of file PartyPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 556 of file PartyPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Optional<ChallengeModeData> WorldPackets::Party::PartyUpdate::ChallengeMode |
Definition at line 605 of file PartyPackets.h.
| Optional<PartyDifficultySettings> WorldPackets::Party::PartyUpdate::DifficultySettings |
Definition at line 608 of file PartyPackets.h.
| uint8 WorldPackets::Party::PartyUpdate::LeaderFactionGroup = 0 |
Definition at line 596 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::PartyUpdate::LeaderGUID |
Definition at line 595 of file PartyPackets.h.
| Optional<PartyLFGInfo> WorldPackets::Party::PartyUpdate::LfgInfos |
Definition at line 606 of file PartyPackets.h.
| Optional<PartyLootSettings> WorldPackets::Party::PartyUpdate::LootSettings |
Definition at line 607 of file PartyPackets.h.
| int32 WorldPackets::Party::PartyUpdate::MyIndex = 0 |
Definition at line 598 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyUpdate::PartyFlags = 0 |
Definition at line 590 of file PartyPackets.h.
| ObjectGuid WorldPackets::Party::PartyUpdate::PartyGUID |
Definition at line 594 of file PartyPackets.h.
| uint8 WorldPackets::Party::PartyUpdate::PartyIndex = 0 |
Definition at line 591 of file PartyPackets.h.
| uint8 WorldPackets::Party::PartyUpdate::PartyType = 0 |
Definition at line 592 of file PartyPackets.h.
| RestrictPingsTo WorldPackets::Party::PartyUpdate::PingRestriction = { } |
Definition at line 601 of file PartyPackets.h.
| std::vector<PartyPlayerInfo> WorldPackets::Party::PartyUpdate::PlayerList |
Definition at line 603 of file PartyPackets.h.
| int32 WorldPackets::Party::PartyUpdate::SequenceNum = 0 |
Definition at line 599 of file PartyPackets.h.