Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
BiosFriendInfo Class Reference

BiosFriendInfo represents friend information. More...

Static Private Member Functions

static bool Compare (BiosFriendInfo a, BiosFriendInfo b)

Private Attributes

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?
string m_Uid
 The Uid of the friend.

Detailed Description

BiosFriendInfo represents friend information.

Definition at line 4 of file biossocialservice.c.

Member Function Documentation

◆ Compare()

bool Compare ( BiosFriendInfo a,
BiosFriendInfo b )
inlinestaticprivate

Definition at line 11 of file biossocialservice.c.

References m_DisplayName, m_IsFavorite, m_IsFollowed, and m_Uid.

Referenced by OnlineServices::OnFriendsAsync().

Field Documentation

◆ m_DisplayName

string m_DisplayName
private

The Displayable nick name of the friend.

Definition at line 7 of file biossocialservice.c.

Referenced by Compare(), and ScriptedWidgetEventHandler::Reload().

◆ m_IsFavorite

bool m_IsFavorite
private

Xbox: Is a favorite friend?

Definition at line 8 of file biossocialservice.c.

Referenced by Compare().

◆ m_IsFollowed

bool m_IsFollowed
private

Xbox: Is this a two-way friendship?

Definition at line 9 of file biossocialservice.c.

Referenced by Compare().

◆ m_Uid

string m_Uid
private

The Uid of the friend.

Definition at line 6 of file biossocialservice.c.

Referenced by Compare(), OnlineServices::OnFriendsAsync(), and ScriptedWidgetEventHandler::Reload().


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