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

◆ AnchorDataModule()

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

Definition at line 11 of file AnchorDataModule.cs.

12 {
13 if (copyFrom != null)
14 {
15 int checkStart = copyFrom.top.checkStart;
17 this.top.checkStart = checkStart;
19 int checkStart2 = copyFrom.bottom.checkStart;
21 int checkStart3 = copyFrom.left.checkStart;
27 bool flag = copyFrom.wall;
28 return;
29 }
30 long num = 0L;
31 this.wall = num != 0L;
32 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.DataStructures.AnchorData.checkStart, j__TPar, and System.L.