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.cs
Go to the documentation of this file.
1using System;
4
5namespace Terraria.Modules
6{
7 // Token: 0x02000550 RID: 1360
9 {
10 // Token: 0x060032F3 RID: 13043 RVA: 0x001FE230 File Offset: 0x001FC430
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 }
35
36 // Token: 0x04003C01 RID: 15361
38
39 // Token: 0x04003C02 RID: 15362
41
42 // Token: 0x04003C03 RID: 15363
44
45 // Token: 0x04003C04 RID: 15364
47 }
48}
class f__AnonymousType0<< Count > j__TPar
TilePlacementHooksModule([Optional] TilePlacementHooksModule copyFrom)