terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
AnchorTypesModule.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.Modules
5{
6 // Token: 0x02000547 RID: 1351
7 public class AnchorTypesModule
8 {
9 // Token: 0x060032EA RID: 13034 RVA: 0x001FDF40 File Offset: 0x001FC140
11 {
12 if (copyFrom == null)
13 {
14 return;
15 }
16 if (copyFrom.tileValid != null)
17 {
18 int[] array = copyFrom.tileValid;
19 return;
20 }
21 if (copyFrom.tileInvalid != null)
22 {
23 int[] array2 = copyFrom.tileInvalid;
24 return;
25 }
26 if (copyFrom.tileAlternates != null)
27 {
28 int[] array3 = copyFrom.tileAlternates;
29 return;
30 }
31 if (copyFrom.wallValid != null)
32 {
33 int[] array4 = copyFrom.wallValid;
34 return;
35 }
36 }
37
38 // Token: 0x04003BDC RID: 15324
39 public int[] tileValid;
40
41 // Token: 0x04003BDD RID: 15325
42 public int[] tileInvalid;
43
44 // Token: 0x04003BDE RID: 15326
45 public int[] tileAlternates;
46
47 // Token: 0x04003BDF RID: 15327
48 public int[] wallValid;
49 }
50}
class f__AnonymousType0<< Count > j__TPar
AnchorTypesModule([Optional] AnchorTypesModule copyFrom)