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
PresenceManager.cs
Go to the documentation of this file.
1using System;
4
5[global::Cpp2ILInjected.Token(Token = "0x20002B7")]
6public class PresenceManager
7{
8 [global::Cpp2ILInjected.Token(Token = "0x6001017")]
9 [global::Cpp2ILInjected.Address(RVA = "0xA3CD38", Offset = "0xA3CD38", Length = "0x350")]
10 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
11 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UserManagement), Member = "LookForNewUsers", ReturnType = typeof(void))]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
15 {
16 typeof(string),
17 typeof(string)
18 }, ReturnType = typeof(bool))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
20 public static void Update()
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6001018")]
26 [global::Cpp2ILInjected.Address(RVA = "0xA3D088", Offset = "0xA3D088", Length = "0x88")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
29 {
30 typeof(string),
31 typeof(string)
32 }, ReturnType = typeof(bool))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
34 private static void SetState(string state)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x6001019")]
40 [global::Cpp2ILInjected.Address(RVA = "0xA3D110", Offset = "0xA3D110", Length = "0x8")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
44 {
45 throw null;
46 }
47
48 // Note: this type is marked as 'beforefieldinit'.
49 [global::Cpp2ILInjected.Token(Token = "0x600101A")]
50 [global::Cpp2ILInjected.Address(RVA = "0xA3D118", Offset = "0xA3D118", Length = "0x80")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x4001D9E")]
59 private static string currentUser;
60
61 [global::Cpp2ILInjected.Token(Token = "0x4001D9F")]
62 private static string currentState;
63}
class f__AnonymousType0<< Count > j__TPar
static PresenceManager()
static void Update()
static string currentUser
static string currentState
static void SetState(string state)