Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс BiosClientServices

BiosClientServices class provides individual online services. Подробнее...

Закрытые члены

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

Подробное описание

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.

Конструктор(ы)

◆ BiosClientServices()

void BiosClientServices ( )
inlineprivate
11{}

◆ ~BiosClientServices()

void ~BiosClientServices ( )
inlineprivate
13 {
14 }

Методы

◆ GetLobbyService()

proto native BiosLobbyService GetLobbyService ( )
private

◆ GetPackageService()

proto native BiosPackageService GetPackageService ( )
private

◆ GetPrivacyService()

proto native BiosPrivacyService GetPrivacyService ( )
private

◆ GetSessionService()

proto native BiosSessionService GetSessionService ( )
private

◆ GetSocialService()

proto native BiosSocialService GetSocialService ( )
private

Объявления и описания членов класса находятся в файле: