AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "SocialMgr.h"
Public Member Functions | |
FriendInfo () | |
FriendInfo (uint8 flags, std::string const ¬e) | |
Public Attributes | |
FriendStatus | Status |
uint8 | Flags |
uint32 | Area |
uint8 | Level |
uint8 | Class |
std::string | Note |
|
inline |
|
inline |
uint32 FriendInfo::Area |
Referenced by SocialMgr::GetFriendInfo(), SocialMgr::SendFriendStatus(), and PlayerSocial::SendSocialList().
uint8 FriendInfo::Class |
Referenced by SocialMgr::GetFriendInfo(), SocialMgr::SendFriendStatus(), and PlayerSocial::SendSocialList().
uint8 FriendInfo::Flags |
Referenced by PlayerSocial::SendSocialList().
uint8 FriendInfo::Level |
Referenced by SocialMgr::GetFriendInfo(), SocialMgr::SendFriendStatus(), and PlayerSocial::SendSocialList().
std::string FriendInfo::Note |
Referenced by SocialMgr::GetFriendInfo(), SocialMgr::SendFriendStatus(), and PlayerSocial::SendSocialList().
FriendStatus FriendInfo::Status |
Referenced by SocialMgr::GetFriendInfo(), SocialMgr::SendFriendStatus(), and PlayerSocial::SendSocialList().