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

◆ TilePlacementHooksModule()

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

Definition at line 11 of file TilePlacementHooksModule.cs.

12 {
14 if (copyFrom != null)
15 {
16 bool processedCoordinates = copyFrom.check.processedCoordinates;
18 this.check.processedCoordinates = processedCoordinates;
19 this.check.hook = hook;
20 bool processedCoordinates2 = copyFrom.postPlaceEveryone.processedCoordinates;
22 bool processedCoordinates3 = copyFrom.postPlaceMyPlayer.processedCoordinates;
23 hook2 = copyFrom.postPlaceMyPlayer.hook;
26 bool processedCoordinates4 = copyFrom.placeOverride.processedCoordinates;
28 return;
29 }
34 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.