PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
BiosClientServices Class Reference

BiosClientServices class provides individual online services. More...

Private Member Functions

private void BiosClientServices ()
 
private 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.

Constructor & Destructor Documentation

◆ BiosClientServices()

private void BiosClientServices ( )
inlineprivate

◆ ~BiosClientServices()

private void ~BiosClientServices ( )
inlineprivate

Member Function Documentation

◆ GetLobbyService()

◆ GetPackageService()

proto native BiosPackageService GetPackageService ( )
private

◆ GetPrivacyService()

◆ GetSessionService()

◆ GetSocialService()

proto native BiosSocialService GetSocialService ( )
private

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