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

◆ HasValidGroundForAbigailsFlowerBelowSpot()

static bool Terraria.WorldGen.HasValidGroundForAbigailsFlowerBelowSpot ( int x,
int y )
inlinestaticprivate

Definition at line 15319 of file WorldGen.cs.

15320 {
15321 int num = 1;
15322 if (num == 0)
15323 {
15324 }
15325 int num2 = 2;
15326 bool flag = WorldGen.InWorld(0, x, num2);
15327 if (num == 0)
15328 {
15329 }
15330 Tile tile;
15331 bool flag2 = tile.active();
15332 if (num == 0)
15333 {
15334 }
15335 if (num != 0)
15336 {
15337 if (num == 0)
15338 {
15339 }
15340 return WorldGen.SolidTileAllowBottomSlope(0, x);
15341 }
15342 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), Terraria.WorldGen.InWorld(), j__TPar, and Terraria.WorldGen.SolidTileAllowBottomSlope().

Referenced by Terraria.WorldGen.Check1x1().