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

◆ PlaceUncheckedStalactite()

static void Terraria.WorldGen.PlaceUncheckedStalactite ( int x,
int y,
bool preferSmall,
int variation,
bool spiders )
inlinestatic

Definition at line 7576 of file WorldGen.cs.

7577 {
7578 if (!true)
7579 {
7580 }
7581 Tile tile;
7582 bool flag = tile.active();
7583 Tile tile2;
7584 bool flag2 = tile2.active();
7585 long num = 0L;
7586 bool flag3 = WorldGen.SolidTile(x, 0, num != 0L);
7587 Tile tile3;
7588 bool flag4 = tile3.active();
7589 Tile tile4;
7590 bool flag5 = tile4.active();
7591 Tile tile5;
7592 ushort type = tile5.type;
7593 Tile tile6;
7594 ushort type2 = tile6.type;
7595 Tile tile7;
7596 ushort type3 = tile7.type;
7597 Tile tile8;
7598 ushort type4 = tile8.type;
7599 Tile tile9;
7600 ushort type5 = tile9.type;
7601 int num2 = 165;
7602 Tile tile10;
7603 tile10.type = (ushort)num2;
7604 int num3 = 1;
7605 tile10.active(num3 != 0);
7606 tile10.frameX = (spiders ? 1 : 0);
7607 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, System.L, Terraria.WorldGen.SolidTile(), and Terraria.Tile.type.

Referenced by Terraria.GameContent.Biomes.GraniteBiome.PlaceDecorations().