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
Tile_PC.cs
Go to the documentation of this file.
1using System;
8
9namespace Terraria
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000462")]
12 public class Tile_PC
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6002AEC")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1179A8C", Offset = "0x1179A8C", Length = "0x2C")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 public Tile_PC()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6002AED")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1179AB8", Offset = "0x1179AB8", Length = "0x98")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6002AEE")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1179B50", Offset = "0x1179B50", Length = "0x8")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "MemberwiseClone", ReturnType = typeof(object))]
37 public object Clone()
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6002AEF")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1179B58", Offset = "0x1179B58", Length = "0x18")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 public void ClearEverything()
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6002AF0")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1179B70", Offset = "0x1179B70", Length = "0x14")]
52 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 public void ClearTile()
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6002AF1")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1179BF0", Offset = "0x1179BF0", Length = "0x88")]
61 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_type", ReturnType = typeof(ushort))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_wall", ReturnType = typeof(ushort))]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_liquid", ReturnType = typeof(byte))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_sTileHeader", ReturnType = typeof(short))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_bTileHeader", ReturnType = typeof(byte))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_bTileHeader2", ReturnType = typeof(byte))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_bTileHeader3", ReturnType = typeof(byte))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_frameX", ReturnType = typeof(short))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_frameY", ReturnType = typeof(short))]
72 public void CopyFrom(Tile from)
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x170005F9")]
78 public int collisionType
79 {
80 [global::Cpp2ILInjected.Token(Token = "0x6002AF2")]
81 [global::Cpp2ILInjected.Address(RVA = "0x1179C78", Offset = "0x1179C78", Length = "0xCC")]
82 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
85 get
86 {
87 throw null;
88 }
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x6002AF3")]
92 [global::Cpp2ILInjected.Address(RVA = "0x1179D68", Offset = "0x1179D68", Length = "0x164")]
93 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_sTileHeader", ReturnType = typeof(short))]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_wall", ReturnType = typeof(ushort))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_liquid", ReturnType = typeof(byte))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_bTileHeader", ReturnType = typeof(byte))]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_type", ReturnType = typeof(ushort))]
100 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_frameX", ReturnType = typeof(short))]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_frameY", ReturnType = typeof(short))]
102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x6002AF4")]
109 [global::Cpp2ILInjected.Address(RVA = "0x1179EE8", Offset = "0x1179EE8", Length = "0x24")]
110 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
111 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
112 public int blockType()
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x6002AF5")]
118 [global::Cpp2ILInjected.Address(RVA = "0x1179F0C", Offset = "0x1179F0C", Length = "0x44")]
119 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
121 public void liquidType(int liquidType)
122 {
123 throw null;
124 }
125
126 [global::Cpp2ILInjected.Token(Token = "0x6002AF6")]
127 [global::Cpp2ILInjected.Address(RVA = "0x1179F90", Offset = "0x1179F90", Length = "0xC")]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
129 public byte liquidType()
130 {
131 throw null;
132 }
133
134 [global::Cpp2ILInjected.Token(Token = "0x6002AF7")]
135 [global::Cpp2ILInjected.Address(RVA = "0x1179F9C", Offset = "0x1179F9C", Length = "0x14")]
136 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
137 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
138 public bool nactive()
139 {
140 throw null;
141 }
142
143 [global::Cpp2ILInjected.Token(Token = "0x6002AF8")]
144 [global::Cpp2ILInjected.Address(RVA = "0x1179FB0", Offset = "0x1179FB0", Length = "0x1C")]
145 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 public void ResetToType(ushort type)
148 {
149 throw null;
150 }
151
152 [global::Cpp2ILInjected.Token(Token = "0x6002AF9")]
153 [global::Cpp2ILInjected.Address(RVA = "0x1179FCC", Offset = "0x1179FCC", Length = "0x14")]
154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
155 internal void ClearMetadata()
156 {
157 throw null;
158 }
159
160 [global::Cpp2ILInjected.Token(Token = "0x6002AFA")]
161 [global::Cpp2ILInjected.Address(RVA = "0x1179FE0", Offset = "0x1179FE0", Length = "0x88")]
162 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
163 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
164 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color), Member = ".ctor", MemberParameters = new object[]
165 {
166 typeof(int),
167 typeof(int),
168 typeof(int),
169 typeof(int)
170 }, ReturnType = typeof(void))]
172 {
173 throw null;
174 }
175
176 [global::Cpp2ILInjected.Token(Token = "0x6002AFB")]
177 [global::Cpp2ILInjected.Address(RVA = "0x117A074", Offset = "0x117A074", Length = "0x98")]
178 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = "op_Multiply", MemberParameters = new object[]
180 {
182 typeof(float)
183 }, ReturnType = typeof(Vector3))]
184 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
186 {
187 throw null;
188 }
189
190 [global::Cpp2ILInjected.Token(Token = "0x6002AFC")]
191 [global::Cpp2ILInjected.Address(RVA = "0x117A10C", Offset = "0x117A10C", Length = "0x1C")]
192 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
194 public bool topSlope()
195 {
196 throw null;
197 }
198
199 [global::Cpp2ILInjected.Token(Token = "0x6002AFD")]
200 [global::Cpp2ILInjected.Address(RVA = "0x117A128", Offset = "0x117A128", Length = "0x1C")]
201 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
202 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
203 public bool bottomSlope()
204 {
205 throw null;
206 }
207
208 [global::Cpp2ILInjected.Token(Token = "0x6002AFE")]
209 [global::Cpp2ILInjected.Address(RVA = "0x117A144", Offset = "0x117A144", Length = "0x20")]
210 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
211 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
212 public bool leftSlope()
213 {
214 throw null;
215 }
216
217 [global::Cpp2ILInjected.Token(Token = "0x6002AFF")]
218 [global::Cpp2ILInjected.Address(RVA = "0x117A164", Offset = "0x117A164", Length = "0x1C")]
219 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
220 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
221 public bool rightSlope()
222 {
223 throw null;
224 }
225
226 [global::Cpp2ILInjected.Token(Token = "0x6002B00")]
227 [global::Cpp2ILInjected.Address(RVA = "0x117A180", Offset = "0x117A180", Length = "0x34")]
228 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
229 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
230 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_sTileHeader", ReturnType = typeof(short))]
231 public bool HasSameSlope(Tile tile)
232 {
233 throw null;
234 }
235
236 [global::Cpp2ILInjected.Token(Token = "0x6002B01")]
237 [global::Cpp2ILInjected.Address(RVA = "0x1179ECC", Offset = "0x1179ECC", Length = "0xC")]
238 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
239 public byte wallColor()
240 {
241 throw null;
242 }
243
244 [global::Cpp2ILInjected.Token(Token = "0x6002B02")]
245 [global::Cpp2ILInjected.Address(RVA = "0x117A1B4", Offset = "0x117A1B4", Length = "0x14")]
246 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
247 public void wallColor(byte wallColor)
248 {
249 throw null;
250 }
251
252 [global::Cpp2ILInjected.Token(Token = "0x6002B03")]
253 [global::Cpp2ILInjected.Address(RVA = "0x117A1C8", Offset = "0x117A1C8", Length = "0xC")]
254 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
255 public bool lava()
256 {
257 throw null;
258 }
259
260 [global::Cpp2ILInjected.Token(Token = "0x6002B04")]
261 [global::Cpp2ILInjected.Address(RVA = "0x1179F50", Offset = "0x1179F50", Length = "0x20")]
262 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
263 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
264 public void lava(bool lava)
265 {
266 throw null;
267 }
268
269 [global::Cpp2ILInjected.Token(Token = "0x6002B05")]
270 [global::Cpp2ILInjected.Address(RVA = "0x117A1D4", Offset = "0x117A1D4", Length = "0xC")]
271 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
272 public bool honey()
273 {
274 throw null;
275 }
276
277 [global::Cpp2ILInjected.Token(Token = "0x6002B06")]
278 [global::Cpp2ILInjected.Address(RVA = "0x1179F70", Offset = "0x1179F70", Length = "0x20")]
279 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
280 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
281 public void honey(bool honey)
282 {
283 throw null;
284 }
285
286 [global::Cpp2ILInjected.Token(Token = "0x6002B07")]
287 [global::Cpp2ILInjected.Address(RVA = "0x1179ED8", Offset = "0x1179ED8", Length = "0x10")]
288 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
289 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
290 public bool wire4()
291 {
292 throw null;
293 }
294
295 [global::Cpp2ILInjected.Token(Token = "0x6002B08")]
296 [global::Cpp2ILInjected.Address(RVA = "0x117A1E0", Offset = "0x117A1E0", Length = "0x1C")]
297 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
298 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
299 public void wire4(bool wire4)
300 {
301 throw null;
302 }
303
304 [global::Cpp2ILInjected.Token(Token = "0x6002B09")]
305 [global::Cpp2ILInjected.Address(RVA = "0x117A1FC", Offset = "0x117A1FC", Length = "0x14")]
306 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
307 public int wallFrameX()
308 {
309 throw null;
310 }
311
312 [global::Cpp2ILInjected.Token(Token = "0x6002B0A")]
313 [global::Cpp2ILInjected.Address(RVA = "0x117A210", Offset = "0x117A210", Length = "0x28")]
314 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
315 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
316 public void wallFrameX(int wallFrameX)
317 {
318 throw null;
319 }
320
321 [global::Cpp2ILInjected.Token(Token = "0x6002B0B")]
322 [global::Cpp2ILInjected.Address(RVA = "0x117A238", Offset = "0x117A238", Length = "0xC")]
323 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
324 public byte frameNumber()
325 {
326 throw null;
327 }
328
329 [global::Cpp2ILInjected.Token(Token = "0x6002B0C")]
330 [global::Cpp2ILInjected.Address(RVA = "0x117A244", Offset = "0x117A244", Length = "0x18")]
331 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
332 public void frameNumber(byte frameNumber)
333 {
334 throw null;
335 }
336
337 [global::Cpp2ILInjected.Token(Token = "0x6002B0D")]
338 [global::Cpp2ILInjected.Address(RVA = "0x117A25C", Offset = "0x117A25C", Length = "0xC")]
339 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
340 public byte wallFrameNumber()
341 {
342 throw null;
343 }
344
345 [global::Cpp2ILInjected.Token(Token = "0x6002B0E")]
346 [global::Cpp2ILInjected.Address(RVA = "0x117A268", Offset = "0x117A268", Length = "0x10")]
347 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
350 {
351 throw null;
352 }
353
354 [global::Cpp2ILInjected.Token(Token = "0x6002B0F")]
355 [global::Cpp2ILInjected.Address(RVA = "0x117A278", Offset = "0x117A278", Length = "0x14")]
356 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
357 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
358 public int wallFrameY()
359 {
360 throw null;
361 }
362
363 [global::Cpp2ILInjected.Token(Token = "0x6002B10")]
364 [global::Cpp2ILInjected.Address(RVA = "0x117A28C", Offset = "0x117A28C", Length = "0x28")]
365 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
366 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
367 public void wallFrameY(int wallFrameY)
368 {
369 throw null;
370 }
371
372 [global::Cpp2ILInjected.Token(Token = "0x6002B11")]
373 [global::Cpp2ILInjected.Address(RVA = "0x117A2B4", Offset = "0x117A2B4", Length = "0xC")]
374 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
375 public bool checkingLiquid()
376 {
377 throw null;
378 }
379
380 [global::Cpp2ILInjected.Token(Token = "0x6002B12")]
381 [global::Cpp2ILInjected.Address(RVA = "0x117A2C0", Offset = "0x117A2C0", Length = "0x1C")]
382 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
383 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
385 {
386 throw null;
387 }
388
389 [global::Cpp2ILInjected.Token(Token = "0x6002B13")]
390 [global::Cpp2ILInjected.Address(RVA = "0x117A2DC", Offset = "0x117A2DC", Length = "0xC")]
391 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
392 public bool skipLiquid()
393 {
394 throw null;
395 }
396
397 [global::Cpp2ILInjected.Token(Token = "0x6002B14")]
398 [global::Cpp2ILInjected.Address(RVA = "0x117A2E8", Offset = "0x117A2E8", Length = "0x1C")]
399 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
400 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
401 public void skipLiquid(bool skipLiquid)
402 {
403 throw null;
404 }
405
406 [global::Cpp2ILInjected.Token(Token = "0x6002B15")]
407 [global::Cpp2ILInjected.Address(RVA = "0x117A304", Offset = "0x117A304", Length = "0xC")]
408 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
409 public byte color()
410 {
411 throw null;
412 }
413
414 [global::Cpp2ILInjected.Token(Token = "0x6002B16")]
415 [global::Cpp2ILInjected.Address(RVA = "0x117A310", Offset = "0x117A310", Length = "0x18")]
416 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
417 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
418 public void color(byte color)
419 {
420 throw null;
421 }
422
423 [global::Cpp2ILInjected.Token(Token = "0x6002B17")]
424 [global::Cpp2ILInjected.Address(RVA = "0x1179D44", Offset = "0x1179D44", Length = "0xC")]
425 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
426 public bool active()
427 {
428 throw null;
429 }
430
431 [global::Cpp2ILInjected.Token(Token = "0x6002B18")]
432 [global::Cpp2ILInjected.Address(RVA = "0x1179BB8", Offset = "0x1179BB8", Length = "0x1C")]
433 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
434 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
435 public void active(bool active)
436 {
437 throw null;
438 }
439
440 [global::Cpp2ILInjected.Token(Token = "0x6002B19")]
441 [global::Cpp2ILInjected.Address(RVA = "0x117A068", Offset = "0x117A068", Length = "0xC")]
442 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
443 public bool inActive()
444 {
445 throw null;
446 }
447
448 [global::Cpp2ILInjected.Token(Token = "0x6002B1A")]
449 [global::Cpp2ILInjected.Address(RVA = "0x1179BD4", Offset = "0x1179BD4", Length = "0x1C")]
450 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
451 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
452 public void inActive(bool inActive)
453 {
454 throw null;
455 }
456
457 [global::Cpp2ILInjected.Token(Token = "0x6002B1B")]
458 [global::Cpp2ILInjected.Address(RVA = "0x117A328", Offset = "0x117A328", Length = "0xC")]
459 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
460 public bool wire()
461 {
462 throw null;
463 }
464
465 [global::Cpp2ILInjected.Token(Token = "0x6002B1C")]
466 [global::Cpp2ILInjected.Address(RVA = "0x117A334", Offset = "0x117A334", Length = "0x1C")]
467 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
468 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
469 public void wire(bool wire)
470 {
471 throw null;
472 }
473
474 [global::Cpp2ILInjected.Token(Token = "0x6002B1D")]
475 [global::Cpp2ILInjected.Address(RVA = "0x117A350", Offset = "0x117A350", Length = "0xC")]
476 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
477 public bool wire2()
478 {
479 throw null;
480 }
481
482 [global::Cpp2ILInjected.Token(Token = "0x6002B1E")]
483 [global::Cpp2ILInjected.Address(RVA = "0x117A35C", Offset = "0x117A35C", Length = "0x1C")]
484 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
485 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
486 public void wire2(bool wire2)
487 {
488 throw null;
489 }
490
491 [global::Cpp2ILInjected.Token(Token = "0x6002B1F")]
492 [global::Cpp2ILInjected.Address(RVA = "0x117A378", Offset = "0x117A378", Length = "0xC")]
493 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
494 public bool wire3()
495 {
496 throw null;
497 }
498
499 [global::Cpp2ILInjected.Token(Token = "0x6002B20")]
500 [global::Cpp2ILInjected.Address(RVA = "0x117A384", Offset = "0x117A384", Length = "0x1C")]
501 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
502 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
503 public void wire3(bool wire3)
504 {
505 throw null;
506 }
507
508 [global::Cpp2ILInjected.Token(Token = "0x6002B21")]
509 [global::Cpp2ILInjected.Address(RVA = "0x1179D50", Offset = "0x1179D50", Length = "0xC")]
510 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
511 public bool halfBrick()
512 {
513 throw null;
514 }
515
516 [global::Cpp2ILInjected.Token(Token = "0x6002B22")]
517 [global::Cpp2ILInjected.Address(RVA = "0x1179B9C", Offset = "0x1179B9C", Length = "0x1C")]
518 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
519 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
520 public void halfBrick(bool halfBrick)
521 {
522 throw null;
523 }
524
525 [global::Cpp2ILInjected.Token(Token = "0x6002B23")]
526 [global::Cpp2ILInjected.Address(RVA = "0x117A3A0", Offset = "0x117A3A0", Length = "0xC")]
527 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
528 public bool actuator()
529 {
530 throw null;
531 }
532
533 [global::Cpp2ILInjected.Token(Token = "0x6002B24")]
534 [global::Cpp2ILInjected.Address(RVA = "0x117A3AC", Offset = "0x117A3AC", Length = "0x1C")]
535 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
536 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
537 public void actuator(bool actuator)
538 {
539 throw null;
540 }
541
542 [global::Cpp2ILInjected.Token(Token = "0x6002B25")]
543 [global::Cpp2ILInjected.Address(RVA = "0x1179D5C", Offset = "0x1179D5C", Length = "0xC")]
544 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
545 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
546 public byte slope()
547 {
548 throw null;
549 }
550
551 [global::Cpp2ILInjected.Token(Token = "0x6002B26")]
552 [global::Cpp2ILInjected.Address(RVA = "0x1179B84", Offset = "0x1179B84", Length = "0x18")]
553 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
554 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
555 public void slope(byte slope)
556 {
557 throw null;
558 }
559
560 [global::Cpp2ILInjected.Token(Token = "0x6002B27")]
561 [global::Cpp2ILInjected.Address(RVA = "0x117A3C8", Offset = "0x117A3C8", Length = "0xE0")]
562 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
563 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
564 public void Clear(TileDataType types)
565 {
566 throw null;
567 }
568
569 [global::Cpp2ILInjected.Token(Token = "0x6002B28")]
570 [global::Cpp2ILInjected.Address(RVA = "0x117A4A8", Offset = "0x117A4A8", Length = "0x3FC")]
571 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
572 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Tile_PC), Member = "SmoothSlope", MemberParameters = new object[]
573 {
574 typeof(int),
575 typeof(int),
576 typeof(bool),
577 typeof(bool)
578 }, ReturnType = typeof(void))]
579 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
580 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile_PC), Member = "SmoothSlope", MemberParameters = new object[]
581 {
582 typeof(int),
583 typeof(int),
584 typeof(bool),
585 typeof(bool)
586 }, ReturnType = typeof(void))]
587 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileData), Member = "get_Item", MemberParameters = new object[]
588 {
589 typeof(int),
590 typeof(int)
591 }, ReturnType = typeof(Tile))]
592 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldGen), Member = "CanPoundTile", MemberParameters = new object[]
593 {
594 typeof(int),
595 typeof(int)
596 }, ReturnType = typeof(bool))]
597 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldGen), Member = "SolidOrSlopedTile", MemberParameters = new object[]
598 {
599 typeof(int),
600 typeof(int)
601 }, ReturnType = typeof(bool))]
602 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldGen), Member = "TileEmpty", MemberParameters = new object[]
603 {
604 typeof(int),
605 typeof(int)
606 }, ReturnType = typeof(bool))]
607 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "get_sTileHeader", ReturnType = typeof(short))]
608 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "SetSTileHeader", MemberParameters = new object[] { typeof(short) }, ReturnType = typeof(void))]
609 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "halfBrick", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
610 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetMessage), Member = "SendData", MemberParameters = new object[]
611 {
612 typeof(int),
613 typeof(int),
614 typeof(int),
616 typeof(int),
617 typeof(float),
618 typeof(float),
619 typeof(float),
620 typeof(int),
621 typeof(int),
622 typeof(int)
623 }, ReturnType = typeof(void))]
624 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
625 public static void SmoothSlope(int x, int y, bool applyToNeighbors = true, bool sync = false)
626 {
627 throw null;
628 }
629
630 [global::Cpp2ILInjected.Token(Token = "0x6002B29")]
631 [global::Cpp2ILInjected.Address(RVA = "0x117A8A4", Offset = "0x117A8A4", Length = "0x12D4")]
632 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
633 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
634 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ushort), Member = "ToString", ReturnType = typeof(string))]
635 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "ToString", ReturnType = typeof(string))]
636 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(byte), Member = "ToString", ReturnType = typeof(string))]
637 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(short), Member = "ToString", ReturnType = typeof(string))]
638 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
639 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
640 public override string ToString()
641 {
642 throw null;
643 }
644
645 [global::Cpp2ILInjected.Token(Token = "0x400377A")]
646 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
647 public ushort type;
648
649 [global::Cpp2ILInjected.Token(Token = "0x400377B")]
650 [global::Cpp2ILInjected.FieldOffset(Offset = "0x12")]
651 public ushort wall;
652
653 [global::Cpp2ILInjected.Token(Token = "0x400377C")]
654 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
655 public byte liquid;
656
657 [global::Cpp2ILInjected.Token(Token = "0x400377D")]
658 [global::Cpp2ILInjected.FieldOffset(Offset = "0x16")]
659 public short sTileHeader;
660
661 [global::Cpp2ILInjected.Token(Token = "0x400377E")]
662 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
663 public byte bTileHeader;
664
665 [global::Cpp2ILInjected.Token(Token = "0x400377F")]
666 [global::Cpp2ILInjected.FieldOffset(Offset = "0x19")]
667 public byte bTileHeader2;
668
669 [global::Cpp2ILInjected.Token(Token = "0x4003780")]
670 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1A")]
671 public byte bTileHeader3;
672
673 [global::Cpp2ILInjected.Token(Token = "0x4003781")]
674 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
675 public short frameX;
676
677 [global::Cpp2ILInjected.Token(Token = "0x4003782")]
678 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1E")]
679 public short frameY;
680
681 [global::Cpp2ILInjected.Token(Token = "0x4003783")]
682 public const int Type_Solid = 0;
683
684 [global::Cpp2ILInjected.Token(Token = "0x4003784")]
685 public const int Type_Halfbrick = 1;
686
687 [global::Cpp2ILInjected.Token(Token = "0x4003785")]
688 public const int Type_SlopeDownRight = 2;
689
690 [global::Cpp2ILInjected.Token(Token = "0x4003786")]
691 public const int Type_SlopeDownLeft = 3;
692
693 [global::Cpp2ILInjected.Token(Token = "0x4003787")]
694 public const int Type_SlopeUpRight = 4;
695
696 [global::Cpp2ILInjected.Token(Token = "0x4003788")]
697 public const int Type_SlopeUpLeft = 5;
698
699 [global::Cpp2ILInjected.Token(Token = "0x4003789")]
700 public const int Liquid_Water = 0;
701
702 [global::Cpp2ILInjected.Token(Token = "0x400378A")]
703 public const int Liquid_Lava = 1;
704
705 [global::Cpp2ILInjected.Token(Token = "0x400378B")]
706 public const int Liquid_Honey = 2;
707 }
708}
class f__AnonymousType0<< Count > j__TPar
void ClearEverything()
Definition Tile_PC.cs:45
object Clone()
Definition Tile_PC.cs:37
void liquidType(int liquidType)
Definition Tile_PC.cs:121
void wire3(bool wire3)
Definition Tile_PC.cs:503
bool checkingLiquid()
Definition Tile_PC.cs:375
void ClearMetadata()
Definition Tile_PC.cs:155
const int Type_SlopeUpRight
Definition Tile_PC.cs:694
bool isTheSameAs(Tile compTile)
Definition Tile_PC.cs:103
void Clear(TileDataType types)
Definition Tile_PC.cs:564
void wire2(bool wire2)
Definition Tile_PC.cs:486
void slope(byte slope)
Definition Tile_PC.cs:555
const int Type_SlopeDownLeft
Definition Tile_PC.cs:691
bool halfBrick()
Definition Tile_PC.cs:511
void lava(bool lava)
Definition Tile_PC.cs:264
byte frameNumber()
Definition Tile_PC.cs:324
bool actuator()
Definition Tile_PC.cs:528
void ClearTile()
Definition Tile_PC.cs:54
const int Type_Solid
Definition Tile_PC.cs:682
void wallColor(byte wallColor)
Definition Tile_PC.cs:247
void active(bool active)
Definition Tile_PC.cs:435
byte wallColor()
Definition Tile_PC.cs:239
const int Liquid_Water
Definition Tile_PC.cs:700
const int Liquid_Honey
Definition Tile_PC.cs:706
void wire4(bool wire4)
Definition Tile_PC.cs:299
void actColor(ref Vector3 oldColor)
Definition Tile_PC.cs:185
void wallFrameX(int wallFrameX)
Definition Tile_PC.cs:316
bool HasSameSlope(Tile tile)
Definition Tile_PC.cs:231
bool rightSlope()
Definition Tile_PC.cs:221
byte liquidType()
Definition Tile_PC.cs:129
void wallFrameY(int wallFrameY)
Definition Tile_PC.cs:367
bool inActive()
Definition Tile_PC.cs:443
bool skipLiquid()
Definition Tile_PC.cs:392
static void SmoothSlope(int x, int y, bool applyToNeighbors=true, bool sync=false)
Definition Tile_PC.cs:625
Color actColor(Color oldColor)
Definition Tile_PC.cs:171
bool topSlope()
Definition Tile_PC.cs:194
void frameNumber(byte frameNumber)
Definition Tile_PC.cs:332
Tile_PC(Tile_PC copy)
Definition Tile_PC.cs:28
byte wallFrameNumber()
Definition Tile_PC.cs:340
void checkingLiquid(bool checkingLiquid)
Definition Tile_PC.cs:384
void inActive(bool inActive)
Definition Tile_PC.cs:452
override string ToString()
Definition Tile_PC.cs:640
void actuator(bool actuator)
Definition Tile_PC.cs:537
bool leftSlope()
Definition Tile_PC.cs:212
const int Type_SlopeUpLeft
Definition Tile_PC.cs:697
void honey(bool honey)
Definition Tile_PC.cs:281
void halfBrick(bool halfBrick)
Definition Tile_PC.cs:520
const int Liquid_Lava
Definition Tile_PC.cs:703
void wire(bool wire)
Definition Tile_PC.cs:469
short sTileHeader
Definition Tile_PC.cs:659
void ResetToType(ushort type)
Definition Tile_PC.cs:147
const int Type_Halfbrick
Definition Tile_PC.cs:685
void CopyFrom(Tile from)
Definition Tile_PC.cs:72
const int Type_SlopeDownRight
Definition Tile_PC.cs:688
void skipLiquid(bool skipLiquid)
Definition Tile_PC.cs:401
void wallFrameNumber(byte wallFrameNumber)
Definition Tile_PC.cs:349
void color(byte color)
Definition Tile_PC.cs:418
bool bottomSlope()
Definition Tile_PC.cs:203