DayZ 1.26
DayZ Explorer by KGB
|
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.
Xbox: Retrieves if the game license is active
bIsSimulator | switch 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. |
Xbox: Retrieves if the game license is trial
bIsSimulator | switch 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. |