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.TELogicSensor.Hook_AfterPlacement ( int x,
int y,
int type = 423,
int style = 0,
int direction = 1,
int alternate = 0 )
inlinestatic

Definition at line 291 of file TELogicSensor.cs.

292 {
293 int num = 1;
294 if (num == 0)
295 {
296 }
297 TELogicSensor.LogicCheckType logicCheckType = TELogicSensor.FigureCheckType(42186880, x, y != 0);
298 if (num == 0)
299 {
300 }
301 bool netClientOnly = Main.NetClientOnly;
302 if (num == 0)
303 {
304 }
305 int myPlayer = Main.myPlayer;
306 return 87;
307 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Tile_Entities.TELogicSensor.FigureCheckType(), j__TPar, Terraria.Main.myPlayer, and Terraria.Main.NetClientOnly.