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
GUILowMemorySetttings.cs
Go to the documentation of this file.
1using System;
2using Controller;
8using Terraria;
10using UnityEngine;
11
12[global::Cpp2ILInjected.Token(Token = "0x2000265")]
14{
15 [global::Cpp2ILInjected.Token(Token = "0x6000DB6")]
16 [global::Cpp2ILInjected.Address(RVA = "0x9E4754", Offset = "0x9E4754", Length = "0xC4")]
17 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SystemInfo), Member = "get_systemMemorySize", ReturnType = typeof(int))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_mapEnabled", ReturnType = typeof(bool))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ScreenPostProcessor), Member = "get_Enabled", ReturnType = typeof(bool))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000DB7")]
29 [global::Cpp2ILInjected.Address(RVA = "0x9E4818", Offset = "0x9E4818", Length = "0x288")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawMenu", MemberParameters = new object[] { typeof(GameTime) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "End", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "Begin", MemberParameters = new object[]
35 {
42 typeof(Matrix?),
43 typeof(bool)
44 }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStringButton), Member = "DrawButton", MemberParameters = new object[]
46 {
48 typeof(string),
49 typeof(ref float),
50 typeof(bool),
51 typeof(bool)
52 }, ReturnType = typeof(bool))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "DrawWithBanner", MemberParameters = new object[]
54 {
58 typeof(Item),
59 typeof(string),
60 typeof(bool),
61 typeof(ref float),
62 typeof(bool),
63 typeof(bool),
64 typeof(bool),
65 typeof(bool),
66 typeof(bool),
67 typeof(bool)
68 }, ReturnType = typeof(GUITransactionButton.InputState))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
70 {
71 typeof(int),
72 typeof(int),
73 typeof(int),
74 typeof(int),
75 typeof(float),
76 typeof(float)
77 }, ReturnType = typeof(SoundEffectInstance))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
79 public void Draw()
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000DB8")]
85 [global::Cpp2ILInjected.Address(RVA = "0x9E4AA0", Offset = "0x9E4AA0", Length = "0x8")]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInstance), Member = ".ctor", ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x4001957")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
96 public bool WarningDisplayed;
97
98 [global::Cpp2ILInjected.Token(Token = "0x4001958")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
100 private Action ContinueCallback;
101
102 [global::Cpp2ILInjected.Token(Token = "0x4001959")]
103 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
104 private float scale0;
105
106 [global::Cpp2ILInjected.Token(Token = "0x400195A")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
108 private float scale1;
109
110 [global::Cpp2ILInjected.Token(Token = "0x400195B")]
111 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
112 private float scale2;
113}
class f__AnonymousType0<< Count > j__TPar
void CheckMemorySettings(Action continueAction)