TrinityCore
WorldPackets::Query::PlayerGuidLookupData Struct Reference

#include <QueryPackets.h>

Public Member Functions

bool Initialize (ObjectGuid const &guid, Player const *player=nullptr)
 

Public Attributes

bool IsDeleted = false
 
ObjectGuid AccountID
 
ObjectGuid BnetAccountID
 
ObjectGuid GuidActual
 
std::string Name
 
uint64 GuildClubMemberID = 0
 
uint32 VirtualRealmAddress = 0
 
uint8 Race = RACE_NONE
 
uint8 Sex = GENDER_NONE
 
uint8 ClassID = CLASS_NONE
 
uint8 Level = 0
 
uint8 Unused915 = 0
 
DeclinedName DeclinedNames
 

Detailed Description

Definition at line 118 of file QueryPackets.h.

Member Function Documentation

◆ Initialize()

bool WorldPackets::Query::PlayerGuidLookupData::Initialize ( ObjectGuid const &  guid,
Player const *  player = nullptr 
)

Definition at line 167 of file QueryPackets.cpp.

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

Member Data Documentation

◆ AccountID

ObjectGuid WorldPackets::Query::PlayerGuidLookupData::AccountID

Definition at line 123 of file QueryPackets.h.

◆ BnetAccountID

ObjectGuid WorldPackets::Query::PlayerGuidLookupData::BnetAccountID

Definition at line 124 of file QueryPackets.h.

◆ ClassID

uint8 WorldPackets::Query::PlayerGuidLookupData::ClassID = CLASS_NONE

Definition at line 131 of file QueryPackets.h.

◆ DeclinedNames

DeclinedName WorldPackets::Query::PlayerGuidLookupData::DeclinedNames

Definition at line 134 of file QueryPackets.h.

◆ GuidActual

ObjectGuid WorldPackets::Query::PlayerGuidLookupData::GuidActual

Definition at line 125 of file QueryPackets.h.

◆ GuildClubMemberID

uint64 WorldPackets::Query::PlayerGuidLookupData::GuildClubMemberID = 0

Definition at line 127 of file QueryPackets.h.

◆ IsDeleted

bool WorldPackets::Query::PlayerGuidLookupData::IsDeleted = false

Definition at line 122 of file QueryPackets.h.

◆ Level

uint8 WorldPackets::Query::PlayerGuidLookupData::Level = 0

Definition at line 132 of file QueryPackets.h.

◆ Name

std::string WorldPackets::Query::PlayerGuidLookupData::Name

Definition at line 126 of file QueryPackets.h.

◆ Race

uint8 WorldPackets::Query::PlayerGuidLookupData::Race = RACE_NONE

Definition at line 129 of file QueryPackets.h.

◆ Sex

uint8 WorldPackets::Query::PlayerGuidLookupData::Sex = GENDER_NONE

Definition at line 130 of file QueryPackets.h.

◆ Unused915

uint8 WorldPackets::Query::PlayerGuidLookupData::Unused915 = 0

Definition at line 133 of file QueryPackets.h.

◆ VirtualRealmAddress

uint32 WorldPackets::Query::PlayerGuidLookupData::VirtualRealmAddress = 0

Definition at line 128 of file QueryPackets.h.


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