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
TileObjectStyleModule.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.Modules
5{
6 // Token: 0x0200054E RID: 1358
8 {
9 // Token: 0x060032F1 RID: 13041 RVA: 0x001FE1A0 File Offset: 0x001FC3A0
11 {
12 if (copyFrom != null)
13 {
14 int num = copyFrom.style;
15 this.style = num;
16 bool flag = copyFrom.horizontal;
17 this.horizontal = flag;
18 int num2 = copyFrom.styleWrapLimit;
20 int num3 = copyFrom.styleLineSkip;
22 return;
23 }
24 }
25
26 // Token: 0x04003BF9 RID: 15353
27 public int style;
28
29 // Token: 0x04003BFA RID: 15354
30 public bool horizontal;
31
32 // Token: 0x04003BFB RID: 15355
33 public int styleWrapLimit;
34
35 // Token: 0x04003BFC RID: 15356
36 public int styleMultiplier;
37
38 // Token: 0x04003BFD RID: 15357
39 public int styleLineSkip;
40
41 // Token: 0x04003BFE RID: 15358
43
44 // Token: 0x04003BFF RID: 15359
46 }
47}
class f__AnonymousType0<< Count > j__TPar
TileObjectStyleModule([Optional] TileObjectStyleModule copyFrom)