PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
TrialService Class Reference

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

Private Member Functions

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

Detailed Description

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

Member Function Documentation

◆ IsGameActive()

proto native bool IsGameActive ( bool  bIsSimulator)
private

Xbox: Retrieves if the game license is active

Parameters
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.
Returns
boolean if the game is in trial mode.

Referenced by OnlineServices::IsGameActive().

◆ IsGameTrial()

proto native bool IsGameTrial ( bool  bIsSimulator)
private

Xbox: Retrieves if the game license is trial

Parameters
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.
Returns
boolean if the game is in trial mode.

Referenced by OnlineServices::IsGameTrial().


The documentation for this class was generated from the following file: