DayZ 1.24
Loading...
Searching...
No Matches
BiosFriendInfo Class Reference

BiosFriendInfo represents friend information. More...

Collaboration diagram for BiosFriendInfo:
[legend]

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?
 

Detailed Description

BiosFriendInfo represents friend information.

Definition at line 4 of file BiosSocialService.c.

Member Function Documentation

◆ Compare()

static bool BiosFriendInfo::Compare ( BiosFriendInfo a,
BiosFriendInfo b )
inlinestaticprivate

Definition at line 11 of file BiosSocialService.c.

12 {
13 return (a.m_Uid == b.m_Uid && a.m_DisplayName == b.m_DisplayName && a.m_IsFavorite == b.m_IsFavorite && a.m_IsFollowed == b.m_IsFollowed);
14 }
string m_DisplayName
The Displayable nick name of the friend.
bool m_IsFavorite
Xbox: Is a favorite friend?
string m_Uid
The Uid of the friend.
bool m_IsFollowed
Xbox: Is this a two-way friendship?

References m_DisplayName, m_IsFavorite, m_IsFollowed, and m_Uid.

Referenced by OnlineServices::OnFriendsAsync().

Member Data Documentation

◆ m_DisplayName

string BiosFriendInfo::m_DisplayName
private

The Displayable nick name of the friend.

Definition at line 7 of file BiosSocialService.c.

Referenced by Compare().

◆ m_IsFavorite

bool BiosFriendInfo::m_IsFavorite
private

Xbox: Is a favorite friend?

Definition at line 8 of file BiosSocialService.c.

Referenced by Compare().

◆ m_IsFollowed

bool BiosFriendInfo::m_IsFollowed
private

Xbox: Is this a two-way friendship?

Definition at line 9 of file BiosSocialService.c.

Referenced by Compare().

◆ m_Uid

string BiosFriendInfo::m_Uid
private

The Uid of the friend.

Definition at line 6 of file BiosSocialService.c.

Referenced by Compare().


The documentation for this class was generated from the following file: