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
Loading...
Searching...
No Matches
ActivePlatform.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000004")]
9 internal static class ActivePlatform
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000004")]
12 internal static ISocialPlatform Instance
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000008")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1F92840", Offset = "0x1F92840", Length = "0x68")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Social), Member = "get_localUser", ReturnType = typeof(ILocalUser))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LocalUser), Member = "Authenticate", MemberParameters = new object[] { typeof(Action<bool>) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ActivePlatform), Member = "SelectSocialPlatform", ReturnType = typeof(ISocialPlatform))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
21 get
22 {
23 throw null;
24 }
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6000009")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F93BA0", Offset = "0x1F93BA0", Length = "0x50")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ActivePlatform), Member = "get_Instance", ReturnType = typeof(ISocialPlatform))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Local), Member = ".ctor", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x4000008")]
39 private static ISocialPlatform _active;
40 }
41}
class f__AnonymousType0<< Count > j__TPar
static ISocialPlatform SelectSocialPlatform()