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
TileObjectDrawModule.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.Modules
5{
6 // Token: 0x0200054D RID: 1357
8 {
9 // Token: 0x060032F0 RID: 13040 RVA: 0x001FE144 File Offset: 0x001FC344
11 {
12 int num;
13 if (copyFrom != null)
14 {
15 num = copyFrom.xOffset;
16 bool flag = copyFrom.flipHorizontal;
17 bool flag2 = copyFrom.flipVertical;
18 int num2 = copyFrom.stepDown;
19 return;
20 }
21 long num3 = 0L;
22 long num4 = 0L;
23 long num5 = 0L;
24 this.xOffset = num;
27 this.stepDown = (int)num5;
28 }
29
30 // Token: 0x04003BF4 RID: 15348
31 public int xOffset;
32
33 // Token: 0x04003BF5 RID: 15349
34 public int yOffset;
35
36 // Token: 0x04003BF6 RID: 15350
37 public bool flipHorizontal;
38
39 // Token: 0x04003BF7 RID: 15351
40 public bool flipVertical;
41
42 // Token: 0x04003BF8 RID: 15352
43 public int stepDown;
44 }
45}
class f__AnonymousType0<< Count > j__TPar
TileObjectDrawModule([Optional] TileObjectDrawModule copyFrom)