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

◆ AttemptReorientingStinkbugBlocker()

static bool Terraria.WorldGen.AttemptReorientingStinkbugBlocker ( int x,
int y,
int wall,
int style )
inlinestatic

Definition at line 11581 of file WorldGen.cs.

11582 {
11583 int num = 1;
11584 wall.m_value = num;
11585 if (num == 0)
11586 {
11587 }
11588 return WorldGen.SolidTileAllowBottomSlope(0, x);
11589 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Terraria.WorldGen.SolidTileAllowBottomSlope().