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
GameComponent.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000339")]
10 public class GameComponent : IGameComponent, IUpdateable, IComparable<GameComponent>
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1400000A")]
13 public event EventHandler<EventArgs> UpdateOrderChanged
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x60014C8")]
17 [global::Cpp2ILInjected.Address(RVA = "0xA96644", Offset = "0xA96644", Length = "0xB0")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
21 {
24 }, ReturnType = typeof(Delegate))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
26 add
27 {
28 throw null;
29 }
31 [global::Cpp2ILInjected.Token(Token = "0x60014C9")]
32 [global::Cpp2ILInjected.Address(RVA = "0xA966F4", Offset = "0xA966F4", Length = "0xB0")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
36 {
39 }, ReturnType = typeof(Delegate))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
41 remove
42 {
43 throw null;
44 }
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x1400000B")]
48 public event EventHandler<EventArgs> EnabledChanged
49 {
51 [global::Cpp2ILInjected.Token(Token = "0x60014CA")]
52 [global::Cpp2ILInjected.Address(RVA = "0xA967A4", Offset = "0xA967A4", Length = "0xB0")]
53 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
56 {
59 }, ReturnType = typeof(Delegate))]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
61 add
62 {
63 throw null;
64 }
66 [global::Cpp2ILInjected.Token(Token = "0x60014CB")]
67 [global::Cpp2ILInjected.Address(RVA = "0xA96854", Offset = "0xA96854", Length = "0xB0")]
68 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
71 {
74 }, ReturnType = typeof(Delegate))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
76 remove
77 {
78 throw null;
79 }
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x60014CC")]
83 [global::Cpp2ILInjected.Address(RVA = "0xA96904", Offset = "0xA96904", Length = "0x30")]
84 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DrawableGameComponent), Member = ".ctor", MemberParameters = new object[] { typeof(Game) }, ReturnType = typeof(void))]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
87 public GameComponent(Game game)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x17000215")]
93 public Game Game
94 {
95 [global::Cpp2ILInjected.Token(Token = "0x60014CD")]
96 [global::Cpp2ILInjected.Address(RVA = "0xA969DC", Offset = "0xA969DC", Length = "0x8")]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 get
99 {
100 throw null;
101 }
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x60014CE")]
105 [global::Cpp2ILInjected.Address(RVA = "0xA969E4", Offset = "0xA969E4", Length = "0x4")]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 public virtual void Initialize()
108 {
109 throw null;
110 }
111
112 [global::Cpp2ILInjected.Token(Token = "0x60014CF")]
113 [global::Cpp2ILInjected.Address(RVA = "0xA969E8", Offset = "0xA969E8", Length = "0x4")]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
115 public virtual void Update(GameTime gameTime)
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x17000216")]
122 {
123 [global::Cpp2ILInjected.Token(Token = "0x60014D0")]
124 [global::Cpp2ILInjected.Address(RVA = "0xA969EC", Offset = "0xA969EC", Length = "0x8")]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Game), Member = "get_GraphicsDevice", ReturnType = typeof(GraphicsDevice))]
127 get
128 {
129 throw null;
130 }
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x17000217")]
134 public bool Enabled
135 {
136 [global::Cpp2ILInjected.Token(Token = "0x60014D1")]
137 [global::Cpp2ILInjected.Address(RVA = "0xA969F4", Offset = "0xA969F4", Length = "0x8")]
138 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
139 get
140 {
141 throw null;
142 }
143 [global::Cpp2ILInjected.Token(Token = "0x60014D2")]
144 [global::Cpp2ILInjected.Address(RVA = "0xA96934", Offset = "0xA96934", Length = "0xA8")]
145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
148 set
149 {
150 throw null;
151 }
152 }
153
154 [global::Cpp2ILInjected.Token(Token = "0x17000218")]
155 public int UpdateOrder
156 {
157 [global::Cpp2ILInjected.Token(Token = "0x60014D3")]
158 [global::Cpp2ILInjected.Address(RVA = "0xA96A1C", Offset = "0xA96A1C", Length = "0x8")]
159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
160 get
161 {
162 throw null;
163 }
164 [global::Cpp2ILInjected.Token(Token = "0x60014D4")]
165 [global::Cpp2ILInjected.Address(RVA = "0xA96A24", Offset = "0xA96A24", Length = "0xA8")]
166 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
168 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
169 set
170 {
171 throw null;
172 }
173 }
174
175 [global::Cpp2ILInjected.Token(Token = "0x60014D5")]
176 [global::Cpp2ILInjected.Address(RVA = "0xA969FC", Offset = "0xA969FC", Length = "0x20")]
177 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
178 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
179 private void Raise(EventHandler<EventArgs> handler, EventArgs e)
180 {
181 throw null;
182 }
183
184 [global::Cpp2ILInjected.Token(Token = "0x60014D6")]
185 [global::Cpp2ILInjected.Address(RVA = "0xA96ACC", Offset = "0xA96ACC", Length = "0x4")]
186 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
187 protected virtual void OnUpdateOrderChanged(object sender, EventArgs args)
188 {
189 throw null;
190 }
191
192 [global::Cpp2ILInjected.Token(Token = "0x60014D7")]
193 [global::Cpp2ILInjected.Address(RVA = "0xA96AD0", Offset = "0xA96AD0", Length = "0x4")]
194 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
195 protected virtual void OnEnabledChanged(object sender, EventArgs args)
196 {
197 throw null;
198 }
199
200 [global::Cpp2ILInjected.Token(Token = "0x60014D8")]
201 [global::Cpp2ILInjected.Address(RVA = "0xA96AD4", Offset = "0xA96AD4", Length = "0x4")]
202 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
203 public void Dispose()
204 {
205 throw null;
206 }
207
208 [global::Cpp2ILInjected.Token(Token = "0x60014D9")]
209 [global::Cpp2ILInjected.Address(RVA = "0xA96AD8", Offset = "0xA96AD8", Length = "0x10")]
210 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
212 {
213 throw null;
214 }
215
216 [global::Cpp2ILInjected.Token(Token = "0x40022BD")]
217 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
218 private Game _game;
219
220 [global::Cpp2ILInjected.Token(Token = "0x40022BE")]
221 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
222 private int _updateOrder;
223
224 [global::Cpp2ILInjected.Token(Token = "0x40022BF")]
225 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
226 private bool _enabled;
227
229 [global::Cpp2ILInjected.Token(Token = "0x40022C0")]
230 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
231 private EventHandler<EventArgs> UpdateOrderChanged;
232
234 [global::Cpp2ILInjected.Token(Token = "0x40022C1")]
235 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
236 private EventHandler<EventArgs> EnabledChanged;
237 }
238}
class f__AnonymousType0<< Count > j__TPar
void Raise(EventHandler< EventArgs > handler, EventArgs e)
virtual void OnUpdateOrderChanged(object sender, EventArgs args)
int CompareTo(GameComponent other)
EventHandler< EventArgs > EnabledChanged
virtual void OnEnabledChanged(object sender, EventArgs args)
EventHandler< EventArgs > UpdateOrderChanged
virtual void Update(GameTime gameTime)