terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
DrPlatform Class Reference

Classes

class  Android
 
class  IOS
 
class  PS4
 
class  Stadia
 
class  Steam
 
class  Switch
 
class  User
 
class  XBO
 

Public Types

enum  DrPlatformType {
  None , PC , Google , iOS = 4 ,
  Amazon = 8 , Steam = 16 , PS4 = 32 , Yahoo = 64 ,
  XBOXONE = 128 , Stadia = 256 , Switch = 512 , Mobile = 14 ,
  Console = 672 , All = 65535
}
 
enum  DrSKUType { UNKNOWN , SCEE , SCEA , SCEASIA }
 

Public Member Functions

 DrPlatform ()
 

Static Public Member Functions

static void OpenStoreURL ()
 
static bool IsCurrentPlatform (DrPlatform.DrPlatformType platform)
 
static bool IsCachedSignIn ()
 
static bool IsSignedInToCurrentPlatform ()
 
static bool PlatformMatches (DrPlatform.DrPlatformType platformCompare1, DrPlatform.DrPlatformType platformCompare2)
 
static void Update (float elapsedTime)
 
static void Setup ()
 
static void Start ()
 
static void StartSession ()
 

Static Public Attributes

static Thread MainThread
 
static string DeviceModel
 
static bool ConnectionDown
 
static Guid SessionId
 

Properties

static bool IsChromebook [get]
 
static DrPlatform.DrPlatformType CurrentPlatform [get]
 
static DrPlatform.DrSKUType CurrentSKU [get]
 
static bool IsMainThread [get]
 
static bool IsUIHighlightEnabled [get]
 
static string InstallSource [get]
 

Static Private Member Functions

static void SetConnectionDown (bool connectionDown)
 
static void SetVSyncCount ()
 

Static Private Attributes

static ? bool isChromebook
 

Detailed Description

Definition at line 11 of file DrPlatform.cs.


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