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
TileObjectBaseModule.cs
Go to the documentation of this file.
1using System;
5
6namespace Terraria.Modules
7{
8 // Token: 0x0200054B RID: 1355
10 {
11 // Token: 0x060032EE RID: 13038 RVA: 0x001FE050 File Offset: 0x001FC250
13 {
14 int[] array;
15 if (copyFrom != null)
16 {
17 int num = copyFrom.width;
18 this.width = num;
19 Point16 point = copyFrom.origin;
20 this.origin = point;
21 bool flag = copyFrom.flattenAnchors;
23 array = copyFrom.specificRandomStyles;
24 if (array != null)
25 {
26 int[] array2 = copyFrom.specificRandomStyles;
27 return;
28 }
29 }
30 else if (array == null)
31 {
32 }
33 }
34
35 // Token: 0x04003BE5 RID: 15333
36 public int width;
37
38 // Token: 0x04003BE6 RID: 15334
39 public int height;
40
41 // Token: 0x04003BE7 RID: 15335
43
44 // Token: 0x04003BE8 RID: 15336
46
47 // Token: 0x04003BE9 RID: 15337
48 public int randomRange;
49
50 // Token: 0x04003BEA RID: 15338
51 public bool flattenAnchors;
52
53 // Token: 0x04003BEB RID: 15339
55 }
56}
class f__AnonymousType0<< Count > j__TPar
TileObjectBaseModule([Optional] TileObjectBaseModule copyFrom)