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

◆ CanPlaceProjectilePressurePad()

static int Terraria.WorldGen.CanPlaceProjectilePressurePad ( int x,
int y,
int type = 442,
int style = 0,
int direction = 0,
int alternate = 0 )
inlinestatic

Definition at line 17689 of file WorldGen.cs.

17690 {
17691 if (!true)
17692 {
17693 }
17694 WorldGen.CheckProjectilePressurePad_GetPossiblePlacementDirections(0, x, y != 0, type != 0, style != 0, direction != 0);
17695 return 0;
17696 }

References Terraria.WorldGen.CheckProjectilePressurePad_GetPossiblePlacementDirections().