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()

Terraria.Modules.TileObjectBaseModule.TileObjectBaseModule ( [Optional] TileObjectBaseModule copyFrom)
inline

Definition at line 12 of file TileObjectBaseModule.cs.

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 }
class f__AnonymousType0<< Count > j__TPar

References System.array, and j__TPar.