|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for DrPlatform: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, set] |
| static DrPlatform.DrPlatformType | CurrentPlatform [get, set] |
| static DrPlatform.DrSKUType | CurrentSKU [get, set] |
| static bool | IsMainThread [get, set] |
| static bool | IsUIHighlightEnabled [get, set] |
| static string | InstallSource [get, set] |
Static Private Member Functions | |
| static void | SetConnectionDown (bool connectionDown) |
| static void | SetVSyncCount () |
Static Private Attributes | |
| static ? bool | isChromebook |
Definition at line 27 of file DrPlatform.cs.