![]() |
TrinityCore
|
#include <PartyPackets.h>
Public Attributes | |
| uint16 | Level = 0 |
| uint32 | Status = 0 |
| int32 | CurrentHealth = 0 |
| int32 | MaxHealth = 0 |
| uint8 | PowerType = 0u |
| uint16 | CurrentPower = 0 |
| uint16 | MaxPower = 0 |
| uint16 | ZoneID = 0 |
| int16 | PositionX = 0 |
| int16 | PositionY = 0 |
| int16 | PositionZ = 0 |
| int32 | VehicleSeat = 0 |
| PartyMemberPhaseStates | Phases |
| std::vector< PartyMemberAuraStates > | Auras |
| Optional< PartyMemberPetStats > | PetStats |
| uint16 | PowerDisplayID = 0 |
| uint16 | SpecID = 0 |
| uint16 | WmoGroupID = 0 |
| uint32 | WmoDoodadPlacementID = 0 |
| int8 | PartyType [2] = { } |
| CTROptions | ChromieTime |
| MythicPlus::DungeonScoreSummary | DungeonScore |
Definition at line 193 of file PartyPackets.h.
| std::vector<PartyMemberAuraStates> WorldPackets::Party::PartyMemberStats::Auras |
Definition at line 213 of file PartyPackets.h.
| CTROptions WorldPackets::Party::PartyMemberStats::ChromieTime |
Definition at line 222 of file PartyPackets.h.
| int32 WorldPackets::Party::PartyMemberStats::CurrentHealth = 0 |
Definition at line 198 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyMemberStats::CurrentPower = 0 |
Definition at line 202 of file PartyPackets.h.
| MythicPlus::DungeonScoreSummary WorldPackets::Party::PartyMemberStats::DungeonScore |
Definition at line 224 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyMemberStats::Level = 0 |
Definition at line 195 of file PartyPackets.h.
| int32 WorldPackets::Party::PartyMemberStats::MaxHealth = 0 |
Definition at line 199 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyMemberStats::MaxPower = 0 |
Definition at line 203 of file PartyPackets.h.
| int8 WorldPackets::Party::PartyMemberStats::PartyType[2] = { } |
Definition at line 220 of file PartyPackets.h.
| Optional<PartyMemberPetStats> WorldPackets::Party::PartyMemberStats::PetStats |
Definition at line 214 of file PartyPackets.h.
| PartyMemberPhaseStates WorldPackets::Party::PartyMemberStats::Phases |
Definition at line 212 of file PartyPackets.h.
| int16 WorldPackets::Party::PartyMemberStats::PositionX = 0 |
Definition at line 206 of file PartyPackets.h.
| int16 WorldPackets::Party::PartyMemberStats::PositionY = 0 |
Definition at line 207 of file PartyPackets.h.
| int16 WorldPackets::Party::PartyMemberStats::PositionZ = 0 |
Definition at line 208 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyMemberStats::PowerDisplayID = 0 |
Definition at line 216 of file PartyPackets.h.
| uint8 WorldPackets::Party::PartyMemberStats::PowerType = 0u |
Definition at line 201 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyMemberStats::SpecID = 0 |
Definition at line 217 of file PartyPackets.h.
| uint32 WorldPackets::Party::PartyMemberStats::Status = 0 |
Definition at line 196 of file PartyPackets.h.
| int32 WorldPackets::Party::PartyMemberStats::VehicleSeat = 0 |
Definition at line 210 of file PartyPackets.h.
| uint32 WorldPackets::Party::PartyMemberStats::WmoDoodadPlacementID = 0 |
Definition at line 219 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyMemberStats::WmoGroupID = 0 |
Definition at line 218 of file PartyPackets.h.
| uint16 WorldPackets::Party::PartyMemberStats::ZoneID = 0 |
Definition at line 205 of file PartyPackets.h.