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

◆ HasValidGroundForGlowTulipBelowSpot()

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

Definition at line 15393 of file WorldGen.cs.

15394 {
15395 int num = 1;
15396 if (num == 0)
15397 {
15398 }
15399 int num2 = 2;
15400 bool flag = WorldGen.InWorld(0, x, num2);
15401 if (num == 0)
15402 {
15403 }
15404 Tile tile;
15405 bool flag2 = tile.active();
15406 if (num == 0 || num == 0)
15407 {
15408 }
15409 return WorldGen.SolidTileAllowBottomSlope(0, x);
15410 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Terraria.WorldGen.TryGrowingGlowTulip().