#include <friends.h>
◆ anonymous enum
Enumerator |
---|
FRIEND_NO | |
FRIEND_CLAN | |
FRIEND_PLAYER | |
MAX_FRIENDS | |
◆ 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()
static 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 |
The documentation for this class was generated from the following file: