#include "WhoListCacheMgr.h"
|
| WhoListPlayerInfo (ObjectGuid guid, TeamId team, AccountTypes security, uint8 level, uint8 clss, uint8 race, uint32 zoneid, uint8 gender, bool visible, std::wstring const &widePlayerName, std::wstring const &wideGuildName, std::string const &playerName, std::string const &guildName) |
|
ObjectGuid | GetGuid () const |
|
TeamId | GetTeamId () const |
|
AccountTypes | GetSecurity () const |
|
uint8 | GetLevel () const |
|
uint8 | GetClass () const |
|
uint8 | GetRace () const |
|
uint32 | GetZoneId () const |
|
uint8 | GetGender () const |
|
bool | IsVisible () const |
|
std::wstring const & | GetWidePlayerName () const |
|
std::wstring const & | GetWideGuildName () const |
|
std::string const & | GetPlayerName () const |
|
std::string const & | GetGuildName () const |
|
◆ WhoListPlayerInfo()
WhoListPlayerInfo::WhoListPlayerInfo |
( |
ObjectGuid |
guid, |
|
|
TeamId |
team, |
|
|
AccountTypes |
security, |
|
|
uint8 |
level, |
|
|
uint8 |
clss, |
|
|
uint8 |
race, |
|
|
uint32 |
zoneid, |
|
|
uint8 |
gender, |
|
|
bool |
visible, |
|
|
std::wstring const & |
widePlayerName, |
|
|
std::wstring const & |
wideGuildName, |
|
|
std::string const & |
playerName, |
|
|
std::string const & |
guildName |
|
) |
| |
|
inline |
29 :
ObjectGuid _guid
Definition: WhoListCacheMgr.h:59
uint8 _level
Definition: WhoListCacheMgr.h:62
uint8 _race
Definition: WhoListCacheMgr.h:64
std::string _guildName
Definition: WhoListCacheMgr.h:71
uint8 _gender
Definition: WhoListCacheMgr.h:66
std::string _playerName
Definition: WhoListCacheMgr.h:70
bool _visible
Definition: WhoListCacheMgr.h:67
std::wstring _widePlayerName
Definition: WhoListCacheMgr.h:68
uint32 _zoneid
Definition: WhoListCacheMgr.h:65
TeamId _team
Definition: WhoListCacheMgr.h:60
uint8 _class
Definition: WhoListCacheMgr.h:63
AccountTypes _security
Definition: WhoListCacheMgr.h:61
std::wstring _wideGuildName
Definition: WhoListCacheMgr.h:69
◆ GetClass()
uint8 WhoListPlayerInfo::GetClass |
( |
| ) |
const |
|
inline |
◆ GetGender()
uint8 WhoListPlayerInfo::GetGender |
( |
| ) |
const |
|
inline |
◆ GetGuid()
◆ GetGuildName()
std::string const & WhoListPlayerInfo::GetGuildName |
( |
| ) |
const |
|
inline |
◆ GetLevel()
uint8 WhoListPlayerInfo::GetLevel |
( |
| ) |
const |
|
inline |
◆ GetPlayerName()
std::string const & WhoListPlayerInfo::GetPlayerName |
( |
| ) |
const |
|
inline |
◆ GetRace()
uint8 WhoListPlayerInfo::GetRace |
( |
| ) |
const |
|
inline |
◆ GetSecurity()
◆ GetTeamId()
TeamId WhoListPlayerInfo::GetTeamId |
( |
| ) |
const |
|
inline |
◆ GetWideGuildName()
std::wstring const & WhoListPlayerInfo::GetWideGuildName |
( |
| ) |
const |
|
inline |
◆ GetWidePlayerName()
std::wstring const & WhoListPlayerInfo::GetWidePlayerName |
( |
| ) |
const |
|
inline |
◆ GetZoneId()
uint32 WhoListPlayerInfo::GetZoneId |
( |
| ) |
const |
|
inline |
◆ IsVisible()
bool WhoListPlayerInfo::IsVisible |
( |
| ) |
const |
|
inline |
◆ _class
uint8 WhoListPlayerInfo::_class |
|
private |
◆ _gender
uint8 WhoListPlayerInfo::_gender |
|
private |
◆ _guid
◆ _guildName
std::string WhoListPlayerInfo::_guildName |
|
private |
◆ _level
uint8 WhoListPlayerInfo::_level |
|
private |
◆ _playerName
std::string WhoListPlayerInfo::_playerName |
|
private |
◆ _race
uint8 WhoListPlayerInfo::_race |
|
private |
◆ _security
◆ _team
TeamId WhoListPlayerInfo::_team |
|
private |
◆ _visible
bool WhoListPlayerInfo::_visible |
|
private |
◆ _wideGuildName
std::wstring WhoListPlayerInfo::_wideGuildName |
|
private |
◆ _widePlayerName
std::wstring WhoListPlayerInfo::_widePlayerName |
|
private |
◆ _zoneid
uint32 WhoListPlayerInfo::_zoneid |
|
private |