![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
TrialService is used to query if the game is trial version or not. More...
Private Member Functions | |
| proto native bool | IsGameActive (bool bIsSimulator) |
| Xbox: Retrieves if the game license is active. | |
| proto native bool | IsGameTrial (bool bIsSimulator) |
| Xbox: Retrieves if the game license is trial. | |
TrialService is used to query if the game is trial version or not.
Definition at line 3 of file trialservice.c.
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. |