#include <friends.h>
◆ anonymous enum
| Enumerator |
|---|
| FRIEND_NO | |
| FRIEND_CLAN | |
| FRIEND_PLAYER | |
◆ AddFriend()
| virtual void IFriends::AddFriend |
( |
const char * | pName, |
|
|
const char * | pClan ) |
|
pure virtual |
◆ GetFriend()
| virtual const CFriendInfo * IFriends::GetFriend |
( |
int | Index | ) |
const |
|
pure virtual |
◆ GetFriendState()
| virtual int IFriends::GetFriendState |
( |
const char * | pName, |
|
|
const char * | pClan ) const |
|
pure virtual |
◆ Init()
| virtual void IFriends::Init |
( |
bool | Foes = false | ) |
|
|
pure virtual |
◆ InterfaceName()
| const char * IFriends::InterfaceName |
( |
| ) |
|
|
inlinestatic |
◆ IsFriend()
| virtual bool IFriends::IsFriend |
( |
const char * | pName, |
|
|
const char * | pClan, |
|
|
bool | PlayersOnly ) const |
|
pure virtual |
◆ NumFriends()
| virtual int IFriends::NumFriends |
( |
| ) |
const |
|
pure virtual |
◆ RemoveFriend()
| virtual void IFriends::RemoveFriend |
( |
const char * | pName, |
|
|
const char * | pClan ) |
|
pure virtual |
◆ MAX_FRIENDS
| auto IFriends::MAX_FRIENDS = 4096 |
|
staticconstexpr |
The documentation for this class was generated from the following file: