DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс BiosFriendInfo

BiosFriendInfo represents friend information. Подробнее...

Закрытые статические члены

static bool Compare (BiosFriendInfo a, BiosFriendInfo b)
 

Закрытые данные

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.

Методы

◆ Compare()

static bool Compare ( BiosFriendInfo a,
BiosFriendInfo b )
inlinestaticprivate
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 }
bool m_IsFavorite
Xbox: Is a favorite friend?
Definition BiosSocialService.c:8
string m_Uid
The Uid of the friend.
Definition BiosSocialService.c:6
string m_DisplayName
The Displayable nick name of the friend.
Definition BiosSocialService.c:7
bool m_IsFollowed
Xbox: Is this a two-way friendship?
Definition BiosSocialService.c:9

Перекрестные ссылки m_DisplayName, m_IsFavorite, m_IsFollowed и m_Uid.

Используется в OnlineServices::OnFriendsAsync().

Поля

◆ m_DisplayName

string m_DisplayName
private

The Displayable nick name of the friend.

Используется в Compare().

◆ m_IsFavorite

bool m_IsFavorite
private

Xbox: Is a favorite friend?

Используется в Compare().

◆ m_IsFollowed

bool m_IsFollowed
private

Xbox: Is this a two-way friendship?

Используется в Compare().

◆ m_Uid

string m_Uid
private

The Uid of the friend.

Используется в Compare().


Объявления и описания членов класса находятся в файле: