Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
biosclientservices.c
Go to the documentation of this file.
1
10{
11 private void BiosClientServices() {}
12 private void ~BiosClientServices() {}
13
14 proto native BiosPrivacyService GetPrivacyService();
15 proto native BiosSocialService GetSocialService();
16 proto native BiosLobbyService GetLobbyService();
17 proto native BiosSessionService GetSessionService();
18 proto native BiosPackageService GetPackageService();
19};
BiosClientServices class provides individual online services.
BiosPrivacyService is used to query privacy permissions for a target user/s.
BiosSocialService is used to query friend list and other social features for the current user.