TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Query::PlayerGuidLookupData Struct Reference

#include <QueryPackets.h>

Public Attributes

std::string_view Name
 
std::string_view RealmName
 
uint8 Race = RACE_NONE
 
uint8 Sex = GENDER_NONE
 
uint8 ClassID = CLASS_NONE
 
DeclinedName constDeclinedNames = nullptr
 

Detailed Description

Definition at line 85 of file QueryPackets.h.

Member Data Documentation

◆ ClassID

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

Definition at line 91 of file QueryPackets.h.

◆ DeclinedNames

DeclinedName const* WorldPackets::Query::PlayerGuidLookupData::DeclinedNames = nullptr

Definition at line 92 of file QueryPackets.h.

◆ Name

std::string_view WorldPackets::Query::PlayerGuidLookupData::Name

Definition at line 87 of file QueryPackets.h.

◆ Race

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

Definition at line 89 of file QueryPackets.h.

◆ RealmName

std::string_view WorldPackets::Query::PlayerGuidLookupData::RealmName

Definition at line 88 of file QueryPackets.h.

◆ Sex

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

Definition at line 90 of file QueryPackets.h.


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