![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
BiosClientServices class provides individual online services. More...
Private Member Functions | |
| void | BiosClientServices () |
| void | ~BiosClientServices () |
| proto native BiosLobbyService | GetLobbyService () |
| proto native BiosPackageService | GetPackageService () |
| proto native BiosPrivacyService | GetPrivacyService () |
| proto native BiosSessionService | GetSessionService () |
| proto native BiosSocialService | GetSocialService () |
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.
|
inlineprivate |
Definition at line 11 of file biosclientservices.c.
|
inlineprivate |
Definition at line 12 of file biosclientservices.c.
|
private |
|
private |
|
private |
|
private |
Referenced by ClientData::SyncEvent_OnRecievedPlayerList().
|
private |