DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
Loading...
Searching...
No Matches
TrialService.c
Go to the documentation of this file.
1
3
class
TrialService
4
{
13
proto native
bool
IsGameTrial
(
bool
bIsSimulator);
14
23
proto native
bool
IsGameActive
(
bool
bIsSimulator);
24
};
TrialService
TrialService is used to query if the game is trial version or not.
Definition
TrialService.c:4
TrialService::IsGameTrial
proto native bool IsGameTrial(bool bIsSimulator)
TrialService::IsGameActive
proto native bool IsGameActive(bool bIsSimulator)