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
TestHighFPSIssues.cs
Go to the documentation of this file.
1using System;
7
8namespace Terraria
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000430")]
11 public class TestHighFPSIssues
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600280C")]
14 [global::Cpp2ILInjected.Address(RVA = "0x10D0E78", Offset = "0x10D0E78", Length = "0x128")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TimeSpan), Member = "get_TotalMilliseconds", ReturnType = typeof(double))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
19 public static void TapUpdate(GameTime gt)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x600280D")]
25 [global::Cpp2ILInjected.Address(RVA = "0x10D0FA0", Offset = "0x10D0FA0", Length = "0xE0")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TimeSpan), Member = "get_TotalMilliseconds", ReturnType = typeof(double))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
30 public static void TapUpdateEnd(GameTime gt)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x600280E")]
36 [global::Cpp2ILInjected.Address(RVA = "0x10D1080", Offset = "0x10D1080", Length = "0x128")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TimeSpan), Member = "get_TotalMilliseconds", ReturnType = typeof(double))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
41 public static void TapDraw(GameTime gt)
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x600280F")]
47 [global::Cpp2ILInjected.Address(RVA = "0x10D11A8", Offset = "0x10D11A8", Length = "0x540")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerInput), Member = "get_Triggers", ReturnType = typeof(TriggersPack))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TriggersSet), Member = "get_Down", ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TimeSpan), Member = "get_TotalMilliseconds", ReturnType = typeof(double))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<double>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<double>), Member = "RemoveAt", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "NewText", MemberParameters = new object[]
58 {
59 typeof(string),
60 typeof(byte),
61 typeof(byte),
62 typeof(byte)
63 }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 36)]
65 public static void Update(GameTime gt)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6002810")]
71 [global::Cpp2ILInjected.Address(RVA = "0x10D16E8", Offset = "0x10D16E8", Length = "0x8")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
75 {
76 throw null;
77 }
78
79 // Note: this type is marked as 'beforefieldinit'.
80 [global::Cpp2ILInjected.Token(Token = "0x6002811")]
81 [global::Cpp2ILInjected.Address(RVA = "0x10D16F0", Offset = "0x10D16F0", Length = "0xCC")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<double>), Member = ".ctor", ReturnType = typeof(void))]
84 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
86 {
87 throw null;
88 }
89
90 [global::Cpp2ILInjected.Token(Token = "0x4003404")]
91 private static List<double> _tapUpdates;
92
93 [global::Cpp2ILInjected.Token(Token = "0x4003405")]
95
96 [global::Cpp2ILInjected.Token(Token = "0x4003406")]
97 private static List<double> _tapDraws;
98
99 [global::Cpp2ILInjected.Token(Token = "0x4003407")]
100 private static int conU;
101
102 [global::Cpp2ILInjected.Token(Token = "0x4003408")]
103 private static int conUH;
104
105 [global::Cpp2ILInjected.Token(Token = "0x4003409")]
106 private static int conD;
107
108 [global::Cpp2ILInjected.Token(Token = "0x400340A")]
109 private static int conDH;
110
111 [global::Cpp2ILInjected.Token(Token = "0x400340B")]
112 private static int race;
113 }
114}
class f__AnonymousType0<< Count > j__TPar
static void TapDraw(GameTime gt)
static void TapUpdateEnd(GameTime gt)
static void Update(GameTime gt)
static List< double > _tapDraws
static List< double > _tapUpdates
static void TapUpdate(GameTime gt)
static List< double > _tapUpdateEnds