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

TrialService is used to query if the game is trial version or not. Подробнее...

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

proto native bool IsGameTrial (bool bIsSimulator)
 
proto native bool IsGameActive (bool bIsSimulator)
 

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

TrialService is used to query if the game is trial version or not.

Методы

◆ IsGameActive()

proto native bool IsGameActive ( bool bIsSimulator)
private

Xbox: Retrieves if the game license is active

Аргументы
bIsSimulatorswitch in between the testing simulator for trial and the retail version. If the game is in retail mode it automatically ignores this switch and uses the correct app runtime version.
Возвращает
boolean if the game is in trial mode.

◆ IsGameTrial()

proto native bool IsGameTrial ( bool bIsSimulator)
private

Xbox: Retrieves if the game license is trial

Аргументы
bIsSimulatorswitch in between the testing simulator for trial and the retail version. If the game is in retail mode it automatically ignores this switch and uses the correct app runtime version.
Возвращает
boolean if the game is in trial mode.

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