TrinityCore
WorldPackets::Party::PartyMemberPetStats Struct Reference

#include <PartyPackets.h>

Public Attributes

ObjectGuid GUID
 
std::string Name
 
int16 ModelId = 0
 
int32 CurrentHealth = 0
 
int32 MaxHealth = 0
 
std::vector< PartyMemberAuraStatesAuras
 

Detailed Description

Definition at line 166 of file PartyPackets.h.

Member Data Documentation

◆ Auras

std::vector<PartyMemberAuraStates> WorldPackets::Party::PartyMemberPetStats::Auras

Definition at line 175 of file PartyPackets.h.

◆ CurrentHealth

int32 WorldPackets::Party::PartyMemberPetStats::CurrentHealth = 0

Definition at line 172 of file PartyPackets.h.

◆ GUID

ObjectGuid WorldPackets::Party::PartyMemberPetStats::GUID

Definition at line 168 of file PartyPackets.h.

◆ MaxHealth

int32 WorldPackets::Party::PartyMemberPetStats::MaxHealth = 0

Definition at line 173 of file PartyPackets.h.

◆ ModelId

int16 WorldPackets::Party::PartyMemberPetStats::ModelId = 0

Definition at line 170 of file PartyPackets.h.

◆ Name

std::string WorldPackets::Party::PartyMemberPetStats::Name

Definition at line 169 of file PartyPackets.h.


The documentation for this struct was generated from the following file: