![]() |
TrinityCore
|
#include <SocialMgr.h>
Public Member Functions | |
| 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 133 of file SocialMgr.h.
|
private |
Definition at line 155 of file SocialMgr.h.
|
inlineprivate |
Definition at line 136 of file SocialMgr.h.
|
inlineprivate |
Definition at line 137 of file SocialMgr.h.
| void SocialMgr::BroadcastToFriendListers | ( | Player * | player, |
| WorldPacket const * | packet | ||
| ) |
Definition at line 287 of file SocialMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 201 of file SocialMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 195 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 143 of file SocialMgr.h.
| void SocialMgr::SendFriendStatus | ( | Player * | player, |
| FriendsResult | result, | ||
| ObjectGuid const & | friendGuid, | ||
| bool | broadcast = false |
||
| ) |
|
private |
Definition at line 156 of file SocialMgr.h.