![]() |
TrinityCore
|
#include <InspectPackets.h>
Public Member Functions | |
| void | Initialize (Player const *player) |
Public Attributes | |
| ObjectGuid | GUID |
| std::vector< InspectItemData > | Items |
| std::string | Name |
| int32 | SpecializationID = 0 |
| uint8 | GenderID = GENDER_NONE |
| uint8 | Race = RACE_NONE |
| uint8 | ClassID = CLASS_NONE |
| std::vector< Character::ChrCustomizationChoice > | Customizations |
Definition at line 78 of file InspectPackets.h.
| void WorldPackets::Inspect::PlayerModelDisplayInfo::Initialize | ( | Player const * | player | ) |
Definition at line 78 of file InspectPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint8 WorldPackets::Inspect::PlayerModelDisplayInfo::ClassID = CLASS_NONE |
Definition at line 86 of file InspectPackets.h.
| std::vector<Character::ChrCustomizationChoice> WorldPackets::Inspect::PlayerModelDisplayInfo::Customizations |
Definition at line 87 of file InspectPackets.h.
| uint8 WorldPackets::Inspect::PlayerModelDisplayInfo::GenderID = GENDER_NONE |
Definition at line 84 of file InspectPackets.h.
| ObjectGuid WorldPackets::Inspect::PlayerModelDisplayInfo::GUID |
Definition at line 80 of file InspectPackets.h.
| std::vector<InspectItemData> WorldPackets::Inspect::PlayerModelDisplayInfo::Items |
Definition at line 81 of file InspectPackets.h.
| std::string WorldPackets::Inspect::PlayerModelDisplayInfo::Name |
Definition at line 82 of file InspectPackets.h.
Definition at line 85 of file InspectPackets.h.
| int32 WorldPackets::Inspect::PlayerModelDisplayInfo::SpecializationID = 0 |
Definition at line 83 of file InspectPackets.h.