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
Logger.cs
Go to the documentation of this file.
1using System;
6
7namespace InControl
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200002B")]
10 public class Logger
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x14000006")]
13 public static event Action<LogMessage> OnLogMessage
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x60001C7")]
17 [global::Cpp2ILInjected.Address(RVA = "0x19855B8", Offset = "0x19855B8", Length = "0xCC")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InControlManager), Member = "OnEnable", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TestInputManager), Member = "OnEnable", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
23 {
26 }, ReturnType = typeof(Delegate))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
28 add
29 {
30 throw null;
31 }
33 [global::Cpp2ILInjected.Token(Token = "0x60001C8")]
34 [global::Cpp2ILInjected.Address(RVA = "0x19854EC", Offset = "0x19854EC", Length = "0xCC")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InControlManager), Member = "OnEnable", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
39 {
42 }, ReturnType = typeof(Delegate))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
44 remove
45 {
46 throw null;
47 }
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x60001C9")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1987ADC", Offset = "0x1987ADC", Length = "0x70")]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(NativeInputDeviceManager), Member = "CheckPlatformSupport", MemberParameters = new object[] { typeof(ICollection<string>) }, ReturnType = typeof(bool))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityInputDeviceManager), Member = "Update", MemberParameters = new object[]
54 {
56 typeof(float)
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityInputDeviceManager), Member = "DetectJoystickDevice", MemberParameters = new object[]
59 {
60 typeof(int),
61 typeof(string)
62 }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
65 public static void LogInfo(string text)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x60001CA")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1987B4C", Offset = "0x1987B4C", Length = "0x70")]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityInputDeviceManager), Member = "DetectJoystickDevice", MemberParameters = new object[]
73 {
74 typeof(int),
75 typeof(string)
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
79 public static void LogWarning(string text)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x60001CB")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1987BBC", Offset = "0x1987BBC", Length = "0x70")]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InputManager), Member = "AddDeviceManager", MemberParameters = new object[] { typeof(InputDeviceManager) }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnityInputDeviceManager), Member = "AttachDevices", ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
89 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
90 public static void LogError(string text)
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x60001CC")]
96 [global::Cpp2ILInjected.Address(RVA = "0x1987C2C", Offset = "0x1987C2C", Length = "0x8")]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
99 public Logger()
100 {
101 throw null;
102 }
103
105 [global::Cpp2ILInjected.Token(Token = "0x40001FF")]
106 private static Action<LogMessage> OnLogMessage;
107 }
108}
class f__AnonymousType0<< Count > j__TPar
static void LogWarning(string text)
Definition Logger.cs:79
static Action< LogMessage > OnLogMessage
Definition Logger.cs:14
static void LogError(string text)
Definition Logger.cs:90
static void LogInfo(string text)
Definition Logger.cs:65