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

◆ Compare()

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

См. определение в файле BiosSocialService.c строка 11

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.
Определения BiosSocialService.c:7
bool m_IsFavorite
Xbox: Is a favorite friend?
Определения BiosSocialService.c:8
string m_Uid
The Uid of the friend.
Определения BiosSocialService.c:6
bool m_IsFollowed
Xbox: Is this a two-way friendship?
Определения BiosSocialService.c:9

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

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