|
Functions |
| GSbool | Friends_Engine (GSuint uiMaxPostingDelay=500, GSuint uiMaxsOperationalDelay=800) |
| | Update connection status-messages handling relating to the friend service.
|
| GSbool | FriendsSend_Connect () |
| | This function is deprecated.
|
| GSbool | FriendsSend_Disconnect () |
| | Disconnect from the friends service.
|
| GSbool | FriendsSend_Login (GSint lStatus=0, GSint lMood=0) |
| | Log into the friends service.
|
| GSbool | FriendsSend_AddFriend (const GSchar *szUsername, const GSchar *szGroup, GSint iOptions) |
| | Add a new friend.
|
| GSbool | FriendsSend_DelFriend (const GSchar *szUsername) |
| | Remove a friend from friend list.
|
| GSbool | FriendsSend_FriendList () |
| | Get all friends in friend list.
|
| GSRESULT | FriendsSend_IgnorePlayer (const GSchar *szPlayer) |
| | Adds someone to the player's ignore-list.
|
| GSRESULT | FriendsSend_UnignorePlayer (const GSchar *szPlayer) |
| | Removes someone to the player's ignore-list.
|
| GSRESULT | FriendsSend_ListIgnoredPlayers () |
| | Retrieves the ignore-list of the player.
|
| GSbool | FriendsSend_PagePlayer (const GSchar *szUsername, const GSchar *szMessage) |
| | Send a page to a friend.
|
| GSbool | FriendsSend_PeerPlayer (const GSchar *szUsername, GSvoid *p_Buffer, GSuint uiLength) |
| | Send data to a friend.
|
| GSbool | FriendsSend_StatusChange (GSint iStatus, GSint iMood) |
| | Change the player status.
|
| GSbool | FriendsSend_ChangeFriend (const GSchar *szUsername, const GSchar *szGroup, GSint iOptions) |
| | Change friend properties.
|
| GSbool | FriendsSend_SearchPlayer (const GSchar *szUsername, const GSchar *szSurName, const GSchar *szFirstName, const GSchar *szCountry, const GSchar *szEmail, GSint iSex, const GSchar *szGame) |
| | Search for a player.
|
| GSbool | FriendsSend_GetPlayerScores (const GSchar *szUsername) |
| | Get player score.
|