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
GamePadDPad.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000345")]
9 public struct GamePadDPad
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000246")]
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x6001550")]
16 [global::Cpp2ILInjected.Address(RVA = "0xA98E54", Offset = "0xA98E54", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 readonly get
19 {
20 throw null;
21 }
23 [global::Cpp2ILInjected.Token(Token = "0x6001551")]
24 [global::Cpp2ILInjected.Address(RVA = "0xA98E5C", Offset = "0xA98E5C", Length = "0x8")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 private set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x17000247")]
34 {
36 [global::Cpp2ILInjected.Token(Token = "0x6001552")]
37 [global::Cpp2ILInjected.Address(RVA = "0xA98E64", Offset = "0xA98E64", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 readonly get
40 {
41 throw null;
42 }
44 [global::Cpp2ILInjected.Token(Token = "0x6001553")]
45 [global::Cpp2ILInjected.Address(RVA = "0xA98E6C", Offset = "0xA98E6C", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 private set
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x17000248")]
55 {
57 [global::Cpp2ILInjected.Token(Token = "0x6001554")]
58 [global::Cpp2ILInjected.Address(RVA = "0xA98E74", Offset = "0xA98E74", Length = "0x8")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 readonly get
61 {
62 throw null;
63 }
65 [global::Cpp2ILInjected.Token(Token = "0x6001555")]
66 [global::Cpp2ILInjected.Address(RVA = "0xA98E7C", Offset = "0xA98E7C", Length = "0x8")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 private set
69 {
70 throw null;
71 }
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x17000249")]
76 {
78 [global::Cpp2ILInjected.Token(Token = "0x6001556")]
79 [global::Cpp2ILInjected.Address(RVA = "0xA98E84", Offset = "0xA98E84", Length = "0x8")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
81 readonly get
82 {
83 throw null;
84 }
86 [global::Cpp2ILInjected.Token(Token = "0x6001557")]
87 [global::Cpp2ILInjected.Address(RVA = "0xA98E8C", Offset = "0xA98E8C", Length = "0x8")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 private set
90 {
91 throw null;
92 }
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x6001558")]
96 [global::Cpp2ILInjected.Address(RVA = "0xA98E94", Offset = "0xA98E94", Length = "0xC")]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102
103 [global::Cpp2ILInjected.Token(Token = "0x6001559")]
104 [global::Cpp2ILInjected.Address(RVA = "0xA98EA0", Offset = "0xA98EA0", Length = "0x48")]
105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
106 internal GamePadDPad(Buttons buttons)
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x600155A")]
112 [global::Cpp2ILInjected.Address(RVA = "0xA98EE8", Offset = "0xA98EE8", Length = "0x40")]
113 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
115 public static bool operator ==(GamePadDPad left, GamePadDPad right)
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x600155B")]
121 [global::Cpp2ILInjected.Address(RVA = "0xA98F28", Offset = "0xA98F28", Length = "0x40")]
122 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 public static bool operator !=(GamePadDPad left, GamePadDPad right)
125 {
126 throw null;
127 }
128
129 [global::Cpp2ILInjected.Token(Token = "0x600155C")]
130 [global::Cpp2ILInjected.Address(RVA = "0xA98F68", Offset = "0xA98F68", Length = "0xAC")]
131 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
133 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
134 public override bool Equals(object obj)
135 {
136 throw null;
137 }
138
139 [global::Cpp2ILInjected.Token(Token = "0x600155D")]
140 [global::Cpp2ILInjected.Address(RVA = "0xA99014", Offset = "0xA99014", Length = "0x38")]
141 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
142 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
143 public override int GetHashCode()
144 {
145 throw null;
146 }
147
148 [global::Cpp2ILInjected.Token(Token = "0x600155E")]
149 [global::Cpp2ILInjected.Address(RVA = "0xA9904C", Offset = "0xA9904C", Length = "0x94")]
150 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GamePadState), Member = "ToString", ReturnType = typeof(string))]
151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
154 {
155 typeof(string),
156 typeof(string),
157 typeof(string),
158 typeof(string)
159 }, ReturnType = typeof(string))]
160 public override string ToString()
161 {
162 throw null;
163 }
164
166 [global::Cpp2ILInjected.Token(Token = "0x4002303")]
167 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
168 private ButtonState <Down>k__BackingField;
169
171 [global::Cpp2ILInjected.Token(Token = "0x4002304")]
172 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
173 private ButtonState <Left>k__BackingField;
174
176 [global::Cpp2ILInjected.Token(Token = "0x4002305")]
177 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
178 private ButtonState <Right>k__BackingField;
179
181 [global::Cpp2ILInjected.Token(Token = "0x4002306")]
182 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
183 private ButtonState <Up>k__BackingField;
184 }
185}
class f__AnonymousType0<< Count > j__TPar
static bool operator==(GamePadDPad left, GamePadDPad right)
static bool operator!=(GamePadDPad left, GamePadDPad right)
GamePadDPad(ButtonState upValue, ButtonState downValue, ButtonState leftValue, ButtonState rightValue)