DayZ 1.24
Loading...
Searching...
No Matches
BiosClientServices Class Reference

BiosClientServices class provides individual online services. More...

Private Member Functions

void BiosClientServices ()
 
void ~BiosClientServices ()
 
proto native BiosPrivacyService GetPrivacyService ()
 
proto native BiosSocialService GetSocialService ()
 
proto native BiosLobbyService GetLobbyService ()
 
proto native BiosSessionService GetSessionService ()
 
proto native BiosPackageService GetPackageService ()
 

Detailed Description

BiosClientServices class provides individual online services.

Bohemia interactive online services (Bios), Client services API. Use the individual Get methods to access individual service providers. Do not store references to individual service providers, use the Get methods instead. Temporary storage in a function body is fine as long as the owning BiosClientServices object is referenced. Do not attempt to construct this object. It is currently provided by the engine.

Definition at line 9 of file BiosClientServices.c.

Constructor & Destructor Documentation

◆ BiosClientServices()

void BiosClientServices::BiosClientServices ( )
inlineprivate

Definition at line 11 of file BiosClientServices.c.

11{}

◆ ~BiosClientServices()

void BiosClientServices::~BiosClientServices ( )
inlineprivate

Definition at line 12 of file BiosClientServices.c.

13 {
14 }

Member Function Documentation

◆ GetLobbyService()

proto native BiosLobbyService BiosClientServices::GetLobbyService ( )
private

◆ GetPackageService()

proto native BiosPackageService BiosClientServices::GetPackageService ( )
private

◆ GetPrivacyService()

proto native BiosPrivacyService BiosClientServices::GetPrivacyService ( )
private

◆ GetSessionService()

proto native BiosSessionService BiosClientServices::GetSessionService ( )
private

◆ GetSocialService()

proto native BiosSocialService BiosClientServices::GetSocialService ( )
private

The documentation for this class was generated from the following file: