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
BaseInput.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000B1")]
8 public class BaseInput : UIBehaviour
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x170001AC")]
11 public virtual string compositionString
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600064C")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1FE7FEC", Offset = "0x1FE7FEC", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "get_compositionString", ReturnType = typeof(string))]
17 get
18 {
19 throw null;
20 }
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x170001AD")]
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x600064D")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1FE7FF4", Offset = "0x1FE7FF4", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "get_imeCompositionMode", ReturnType = typeof(IMECompositionMode))]
30 get
31 {
32 throw null;
33 }
34 [global::Cpp2ILInjected.Token(Token = "0x600064E")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1FE7FFC", Offset = "0x1FE7FFC", Length = "0xC")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "set_imeCompositionMode", MemberParameters = new object[] { typeof(IMECompositionMode) }, ReturnType = typeof(void))]
38 set
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x170001AE")]
46 {
47 [global::Cpp2ILInjected.Token(Token = "0x600064F")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1FE8008", Offset = "0x1FE8008", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "get_compositionCursorPos", ReturnType = typeof(Vector2))]
51 get
52 {
53 throw null;
54 }
55 [global::Cpp2ILInjected.Token(Token = "0x6000650")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1FE8010", Offset = "0x1FE8010", Length = "0x8")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "set_compositionCursorPos", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(void))]
59 set
60 {
61 throw null;
62 }
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x170001AF")]
66 public virtual bool mousePresent
67 {
68 [global::Cpp2ILInjected.Token(Token = "0x6000651")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1FE8018", Offset = "0x1FE8018", Length = "0x8")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "get_mousePresent", ReturnType = typeof(bool))]
72 get
73 {
74 throw null;
75 }
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x6000652")]
79 [global::Cpp2ILInjected.Address(RVA = "0x1FE8020", Offset = "0x1FE8020", Length = "0xC")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "GetMouseButtonDown", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
82 public virtual bool GetMouseButtonDown(int button)
83 {
84 throw null;
85 }
86
87 [global::Cpp2ILInjected.Token(Token = "0x6000653")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1FE802C", Offset = "0x1FE802C", Length = "0xC")]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "GetMouseButtonUp", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
91 public virtual bool GetMouseButtonUp(int button)
92 {
93 throw null;
94 }
95
96 [global::Cpp2ILInjected.Token(Token = "0x6000654")]
97 [global::Cpp2ILInjected.Address(RVA = "0x1FE8038", Offset = "0x1FE8038", Length = "0xC")]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "GetMouseButton", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
100 public virtual bool GetMouseButton(int button)
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x170001B0")]
106 public virtual Vector2 mousePosition
107 {
108 [global::Cpp2ILInjected.Token(Token = "0x6000655")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1FE8044", Offset = "0x1FE8044", Length = "0x8")]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "get_mousePosition", ReturnType = typeof(Vector3))]
112 get
113 {
114 throw null;
115 }
116 }
117
118 [global::Cpp2ILInjected.Token(Token = "0x170001B1")]
120 {
121 [global::Cpp2ILInjected.Token(Token = "0x6000656")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1FE804C", Offset = "0x1FE804C", Length = "0x8")]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "get_mouseScrollDelta", ReturnType = typeof(Vector2))]
125 get
126 {
127 throw null;
128 }
129 }
130
131 [global::Cpp2ILInjected.Token(Token = "0x170001B2")]
132 public virtual bool touchSupported
133 {
134 [global::Cpp2ILInjected.Token(Token = "0x6000657")]
135 [global::Cpp2ILInjected.Address(RVA = "0x1FE8054", Offset = "0x1FE8054", Length = "0x8")]
136 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "get_touchSupported", ReturnType = typeof(bool))]
138 get
139 {
140 throw null;
141 }
142 }
143
144 [global::Cpp2ILInjected.Token(Token = "0x170001B3")]
145 public virtual int touchCount
146 {
147 [global::Cpp2ILInjected.Token(Token = "0x6000658")]
148 [global::Cpp2ILInjected.Address(RVA = "0x1FE805C", Offset = "0x1FE805C", Length = "0x8")]
149 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "get_touchCount", ReturnType = typeof(int))]
151 get
152 {
153 throw null;
154 }
155 }
156
157 [global::Cpp2ILInjected.Token(Token = "0x6000659")]
158 [global::Cpp2ILInjected.Address(RVA = "0x1FE8064", Offset = "0x1FE8064", Length = "0x38")]
159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
160 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "GetTouch", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(Touch))]
161 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
162 public virtual Touch GetTouch(int index)
163 {
164 throw null;
165 }
166
167 [global::Cpp2ILInjected.Token(Token = "0x600065A")]
168 [global::Cpp2ILInjected.Address(RVA = "0x1FE809C", Offset = "0x1FE809C", Length = "0xC")]
169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "GetAxisRaw", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(float))]
171 public virtual float GetAxisRaw(string axisName)
172 {
173 throw null;
174 }
175
176 [global::Cpp2ILInjected.Token(Token = "0x600065B")]
177 [global::Cpp2ILInjected.Address(RVA = "0x1FE80A8", Offset = "0x1FE80A8", Length = "0xC")]
178 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Input), Member = "GetButtonDown", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
180 public virtual bool GetButtonDown(string buttonName)
181 {
182 throw null;
183 }
184
185 [global::Cpp2ILInjected.Token(Token = "0x600065C")]
186 [global::Cpp2ILInjected.Address(RVA = "0x1FE80B4", Offset = "0x1FE80B4", Length = "0x8")]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MonoBehaviour), Member = ".ctor", ReturnType = typeof(void))]
189 public BaseInput()
190 {
191 throw null;
192 }
193 }
194}
class f__AnonymousType0<< Count > j__TPar
virtual bool GetMouseButtonUp(int button)
Definition BaseInput.cs:91
virtual bool GetButtonDown(string buttonName)
Definition BaseInput.cs:180
virtual Touch GetTouch(int index)
Definition BaseInput.cs:162
virtual IMECompositionMode imeCompositionMode
Definition BaseInput.cs:25
virtual bool GetMouseButton(int button)
Definition BaseInput.cs:100
virtual bool GetMouseButtonDown(int button)
Definition BaseInput.cs:82
virtual float GetAxisRaw(string axisName)
Definition BaseInput.cs:171
virtual Vector2 compositionCursorPos
Definition BaseInput.cs:46