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

◆ Hook_AfterPlacement()

static int Terraria.GameContent.Tile_Entities.TEHatRack.Hook_AfterPlacement ( int x,
int y,
int type = 475,
int style = 0,
int direction = 1,
int alternate = 0 )
inlinestatic

Definition at line 69 of file TEHatRack.cs.

70 {
71 int num = 1;
72 if (num == 0)
73 {
74 }
75 bool netClientOnly = Main.NetClientOnly;
76 if (num == 0)
77 {
78 }
79 int myPlayer = Main.myPlayer;
80 return 87;
81 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.Main.myPlayer, and Terraria.Main.NetClientOnly.