![]() |
TrinityCore
|
#include <SocialMgr.h>
Public Member Functions | |
| SocialMgr (SocialMgr const &)=delete | |
| SocialMgr (SocialMgr &&)=delete | |
| SocialMgr & | operator= (SocialMgr const &)=delete |
| SocialMgr & | operator= (SocialMgr &&)=delete |
| void | RemovePlayerSocial (ObjectGuid const &guid) |
| void | SendFriendStatus (Player *player, FriendsResult result, ObjectGuid const &friendGuid, bool broadcast=false) |
| void | BroadcastToFriendListers (Player *player, WorldPacket const *packet) |
| PlayerSocial * | LoadFromDB (PreparedQueryResult result, ObjectGuid const &guid) |
Static Public Member Functions | |
| static SocialMgr * | instance () |
| static void | GetFriendInfo (Player *player, ObjectGuid const &friendGUID, FriendInfo &friendInfo) |
Private Types | |
| typedef std::map< ObjectGuid, PlayerSocial > | SocialMap |
Private Member Functions | |
| SocialMgr () | |
| ~SocialMgr () | |
Private Attributes | |
| SocialMap | _socialMap |
Definition at line 142 of file SocialMgr.h.
|
private |
Definition at line 169 of file SocialMgr.h.
|
privatedefault |
|
privatedefault |
|
delete |
|
delete |
| void SocialMgr::BroadcastToFriendListers | ( | Player * | player, |
| WorldPacket const * | packet | ||
| ) |
Definition at line 291 of file SocialMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 220 of file SocialMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 214 of file SocialMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| PlayerSocial * SocialMgr::LoadFromDB | ( | PreparedQueryResult | result, |
| ObjectGuid const & | guid | ||
| ) |
|
inline |
Definition at line 157 of file SocialMgr.h.
| void SocialMgr::SendFriendStatus | ( | Player * | player, |
| FriendsResult | result, | ||
| ObjectGuid const & | friendGuid, | ||
| bool | broadcast = false |
||
| ) |
|
private |
Definition at line 170 of file SocialMgr.h.