Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
trialservice.c
Go to the documentation of this file.
1
4{
13 proto native bool IsGameTrial(bool bIsSimulator);
14
23 proto native bool IsGameActive(bool bIsSimulator);
24};
TrialService is used to query if the game is trial version or not.
Definition trialservice.c:4
proto native bool IsGameTrial(bool bIsSimulator)
Xbox: Retrieves if the game license is trial.
proto native bool IsGameActive(bool bIsSimulator)
Xbox: Retrieves if the game license is active.