|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SocialMgr.h>
Public Member Functions | |
| FriendInfo () | |
| FriendInfo (uint8 flags, std::string const ¬e) | |
Public Attributes | |
| uint32 | Area |
| uint8 | Class |
| uint8 | Flags |
| uint8 | Level |
| std::string | Note |
| FriendStatus | Status |
Definition at line 35 of file SocialMgr.h.
|
inline |
Definition at line 44 of file SocialMgr.h.
References Area, Class, Flags, FRIEND_STATUS_OFFLINE, Level, Note, and Status.
|
inline |
Definition at line 47 of file SocialMgr.h.
References Area, Class, Flags, FRIEND_STATUS_OFFLINE, Level, Note, and Status.
| uint32 FriendInfo::Area |
Definition at line 39 of file SocialMgr.h.
Referenced by FriendInfo(), FriendInfo(), SocialMgr::GetFriendInfo(), and SocialMgr::SendFriendStatus().
| uint8 FriendInfo::Class |
Definition at line 41 of file SocialMgr.h.
Referenced by FriendInfo(), FriendInfo(), SocialMgr::GetFriendInfo(), and SocialMgr::SendFriendStatus().
| uint8 FriendInfo::Flags |
Definition at line 38 of file SocialMgr.h.
Referenced by PlayerSocial::AddToSocialList(), FriendInfo(), and FriendInfo().
| uint8 FriendInfo::Level |
Definition at line 40 of file SocialMgr.h.
Referenced by FriendInfo(), FriendInfo(), SocialMgr::GetFriendInfo(), and SocialMgr::SendFriendStatus().
| std::string FriendInfo::Note |
Definition at line 42 of file SocialMgr.h.
Referenced by FriendInfo(), FriendInfo(), SocialMgr::GetFriendInfo(), and SocialMgr::SendFriendStatus().
| FriendStatus FriendInfo::Status |
Definition at line 37 of file SocialMgr.h.
Referenced by FriendInfo(), FriendInfo(), SocialMgr::GetFriendInfo(), and SocialMgr::SendFriendStatus().