DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
BiosSocialService.c
См. документацию.
1
3
5{
6 string m_Uid;
7 string m_DisplayName;
10
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 }
15};
16
18
20
24{
26
32 proto native EBiosError ShowUserProfileAsync(string uid_target);
33
35
41
43
52
54
59 {
60 OnlineServices.OnFriendsAsync( friend_list, error );
61 }
62};
EBiosError
Possible Error codes for bios API. This is the list of errors that can be returned from bios API....
Определения BIOSErrorModule.c:7
array< ref BiosFriendInfo > BiosFriendInfoArray
Определения BiosSocialService.c:17
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
static bool Compare(BiosFriendInfo a, BiosFriendInfo b)
Определения BiosSocialService.c:11
BiosFriendInfo represents friend information.
Определения BiosSocialService.c:5
proto native EBiosError GetFriendsAsync()
Query for friends list.
void OnFriendsAsync(BiosFriendInfoArray friend_list, EBiosError error)
Async callback for GetFriendsAsync.
Определения BiosSocialService.c:58
void OnUserProfileAsync(EBiosError error)
Async callback for ShowUserProfileAsync.
Определения BiosSocialService.c:48
proto native EBiosError ShowUserProfileAsync(string uid_target)
Display small system UI profile for the target.
BiosSocialService is used to query friend list and other social features for the current user.
Определения BiosSocialService.c:24
static void OnUserProfileAsync(EBiosError error)
Определения OnlineServices.c:260
static void OnFriendsAsync(BiosFriendInfoArray friend_list, EBiosError error)
Определения OnlineServices.c:265
Определения OnlineServices.c:2
Result for an object found in CGame.IsBoxCollidingGeometryProxy.