![]() |
TrinityCore
|
#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 const * | DeclinedNames = nullptr |
Definition at line 85 of file QueryPackets.h.
| uint8 WorldPackets::Query::PlayerGuidLookupData::ClassID = CLASS_NONE |
Definition at line 91 of file QueryPackets.h.
| DeclinedName const* WorldPackets::Query::PlayerGuidLookupData::DeclinedNames = nullptr |
Definition at line 92 of file QueryPackets.h.
| std::string_view WorldPackets::Query::PlayerGuidLookupData::Name |
Definition at line 87 of file QueryPackets.h.
Definition at line 89 of file QueryPackets.h.
| std::string_view WorldPackets::Query::PlayerGuidLookupData::RealmName |
Definition at line 88 of file QueryPackets.h.
| uint8 WorldPackets::Query::PlayerGuidLookupData::Sex = GENDER_NONE |
Definition at line 90 of file QueryPackets.h.