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

◆ EmptyTileCheck()

static bool Terraria.WorldGen.EmptyTileCheck ( int startX,
int endX,
int startY,
int endY,
int ignoreID = -1 )
inlinestatic

Definition at line 5620 of file WorldGen.cs.

5621 {
5622 long num = 0L;
5623 Tile tile;
5624 bool flag = tile.active();
5625 Tile tile2;
5626 ushort type = tile2.type;
5627 Tile tile3;
5628 ushort type2 = tile3.type;
5629 if (num != 0L)
5630 {
5631 Tile tile4;
5632 ushort type3 = tile4.type;
5633 Tile tile5;
5634 ushort type4 = tile5.type;
5635 return;
5636 }
5637 }
class f__AnonymousType0<< Count > j__TPar

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

Referenced by Terraria.WorldGen.GrowEpicTree(), Terraria.WorldGen.GrowTree(), Terraria.WorldGen.GrowTreeWithSettings(), and Terraria.WorldGen.GrowUndergroundTree().