TrinityCore
WorldPackets::Inspect::PlayerModelDisplayInfo Struct Reference

#include <InspectPackets.h>

Public Member Functions

void Initialize (Player const *player)
 

Public Attributes

ObjectGuid GUID
 
std::vector< InspectItemDataItems
 
std::string Name
 
int32 SpecializationID = 0
 
uint8 GenderID = GENDER_NONE
 
uint8 Race = RACE_NONE
 
uint8 ClassID = CLASS_NONE
 
std::vector< Character::ChrCustomizationChoiceCustomizations
 

Detailed Description

Definition at line 76 of file InspectPackets.h.

Member Function Documentation

◆ Initialize()

void WorldPackets::Inspect::PlayerModelDisplayInfo::Initialize ( Player const *  player)

Definition at line 77 of file InspectPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ ClassID

uint8 WorldPackets::Inspect::PlayerModelDisplayInfo::ClassID = CLASS_NONE

Definition at line 84 of file InspectPackets.h.

◆ Customizations

std::vector<Character::ChrCustomizationChoice> WorldPackets::Inspect::PlayerModelDisplayInfo::Customizations

Definition at line 85 of file InspectPackets.h.

◆ GenderID

uint8 WorldPackets::Inspect::PlayerModelDisplayInfo::GenderID = GENDER_NONE

Definition at line 82 of file InspectPackets.h.

◆ GUID

ObjectGuid WorldPackets::Inspect::PlayerModelDisplayInfo::GUID

Definition at line 78 of file InspectPackets.h.

◆ Items

std::vector<InspectItemData> WorldPackets::Inspect::PlayerModelDisplayInfo::Items

Definition at line 79 of file InspectPackets.h.

◆ Name

std::string WorldPackets::Inspect::PlayerModelDisplayInfo::Name

Definition at line 80 of file InspectPackets.h.

◆ Race

uint8 WorldPackets::Inspect::PlayerModelDisplayInfo::Race = RACE_NONE

Definition at line 83 of file InspectPackets.h.

◆ SpecializationID

int32 WorldPackets::Inspect::PlayerModelDisplayInfo::SpecializationID = 0

Definition at line 81 of file InspectPackets.h.


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