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

◆ PlacementPreviewHook_AfterPlacement()

static int Terraria.GameContent.Tile_Entities.TETeleportationPylon.PlacementPreviewHook_AfterPlacement ( int x,
int y,
int type = 597,
int style = 0,
int direction = 1,
int alternate = 0 )
inlinestatic

Definition at line 172 of file TETeleportationPylon.cs.

173 {
174 int num = 1;
175 if (num == 0)
176 {
177 }
178 bool netClientOnly = Main.NetClientOnly;
179 if (num == 0)
180 {
181 }
182 int myPlayer = Main.myPlayer;
183 return 87;
184 }
class f__AnonymousType0<< Count > j__TPar

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