![]() |
TrinityCore
|
#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 | PvpFaction = 0 |
| int32 | TimerunningSeasonID = 0 |
| DeclinedName | DeclinedNames |
Definition at line 114 of file QueryPackets.h.
| bool WorldPackets::Query::PlayerGuidLookupData::Initialize | ( | ObjectGuid const & | guid, |
| Player const * | player = nullptr |
||
| ) |
Definition at line 144 of file QueryPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ObjectGuid WorldPackets::Query::PlayerGuidLookupData::AccountID |
Definition at line 119 of file QueryPackets.h.
| ObjectGuid WorldPackets::Query::PlayerGuidLookupData::BnetAccountID |
Definition at line 120 of file QueryPackets.h.
| uint8 WorldPackets::Query::PlayerGuidLookupData::ClassID = CLASS_NONE |
Definition at line 127 of file QueryPackets.h.
| DeclinedName WorldPackets::Query::PlayerGuidLookupData::DeclinedNames |
Definition at line 131 of file QueryPackets.h.
| ObjectGuid WorldPackets::Query::PlayerGuidLookupData::GuidActual |
Definition at line 121 of file QueryPackets.h.
| uint64 WorldPackets::Query::PlayerGuidLookupData::GuildClubMemberID = 0 |
Definition at line 123 of file QueryPackets.h.
| bool WorldPackets::Query::PlayerGuidLookupData::IsDeleted = false |
Definition at line 118 of file QueryPackets.h.
| uint8 WorldPackets::Query::PlayerGuidLookupData::Level = 0 |
Definition at line 128 of file QueryPackets.h.
| std::string WorldPackets::Query::PlayerGuidLookupData::Name |
Definition at line 122 of file QueryPackets.h.
| uint8 WorldPackets::Query::PlayerGuidLookupData::PvpFaction = 0 |
Definition at line 129 of file QueryPackets.h.
Definition at line 125 of file QueryPackets.h.
| uint8 WorldPackets::Query::PlayerGuidLookupData::Sex = GENDER_NONE |
Definition at line 126 of file QueryPackets.h.
| int32 WorldPackets::Query::PlayerGuidLookupData::TimerunningSeasonID = 0 |
Definition at line 130 of file QueryPackets.h.
| uint32 WorldPackets::Query::PlayerGuidLookupData::VirtualRealmAddress = 0 |
Definition at line 124 of file QueryPackets.h.