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

◆ TileObjectCoordinatesModule()

Terraria.Modules.TileObjectCoordinatesModule.TileObjectCoordinatesModule ( [Optional] TileObjectCoordinatesModule copyFrom,
[Optional] int[] drawHeight )
inline

Definition at line 11 of file TileObjectCoordinatesModule.cs.

12 {
13 int[] array;
14 if (copyFrom != null)
15 {
16 int num = copyFrom.width;
17 this.width = num;
18 int num2 = copyFrom.padding;
20 Point16 point = copyFrom.paddingFix;
21 this.paddingFix = point;
22 int num3 = copyFrom.drawStyleOffset;
24 int num4 = copyFrom.styleWidth;
26 bool flag = copyFrom.calculated;
27 this.calculated = flag;
28 if (drawHeight == null)
29 {
30 array = copyFrom.heights;
31 if (array != null)
32 {
33 int[] array2 = copyFrom.heights;
34 return;
35 }
36 return;
37 }
38 }
39 else if (array == null)
40 {
41 }
43 }
class f__AnonymousType0<< Count > j__TPar

References System.array, and j__TPar.