DayZ 1.24
|
BiosFriendInfo represents friend information. More...
Static Private Member Functions | |
static bool | Compare (BiosFriendInfo a, BiosFriendInfo b) |
Private Attributes | |
string | m_Uid |
The Uid of the friend. | |
string | m_DisplayName |
The Displayable nick name of the friend. | |
bool | m_IsFavorite |
Xbox: Is a favorite friend? | |
bool | m_IsFollowed |
Xbox: Is this a two-way friendship? | |
BiosFriendInfo represents friend information.
Definition at line 4 of file BiosSocialService.c.
|
inlinestaticprivate |
Definition at line 11 of file BiosSocialService.c.
References m_DisplayName, m_IsFavorite, m_IsFollowed, and m_Uid.
Referenced by OnlineServices::OnFriendsAsync().
|
private |
The Displayable nick name of the friend.
Definition at line 7 of file BiosSocialService.c.
Referenced by Compare().
|
private |
Xbox: Is a favorite friend?
Definition at line 8 of file BiosSocialService.c.
Referenced by Compare().
|
private |
Xbox: Is this a two-way friendship?
Definition at line 9 of file BiosSocialService.c.
Referenced by Compare().
|
private |