Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
biosclientservices.c
Go to the documentation of this file.
1 
10 {
11  private void BiosClientServices() {}
12  void ~BiosClientServices()
13  {
14  }
15 
16  proto native BiosPrivacyService GetPrivacyService();
17  proto native BiosSocialService GetSocialService();
18  proto native BiosLobbyService GetLobbyService();
19  proto native BiosSessionService GetSessionService();
20  proto native BiosPackageService GetPackageService();
21 };
BiosClientServices
BiosClientServices class provides individual online services.
Definition: biosclientservices.c:9
BiosPackageService
Definition: biospackageservice.c:12
BiosPrivacyService
BiosPrivacyService is used to query privacy permissions for a target user/s.
Definition: biosprivacyservice.c:53
BiosSocialService
BiosSocialService is used to query friend list and other social features for the current user.
Definition: biossocialservice.c:23
BiosLobbyService
Definition: bioslobbyservice.c:510
BiosSessionService
Definition: biossessionservice.c:1