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

◆ TileIsExposedToAir()

static bool Terraria.WorldGen.TileIsExposedToAir ( int x,
int y )
inlinestatic

Definition at line 11841 of file WorldGen.cs.

11842 {
11843 int num = 1;
11844 if (num == 0)
11845 {
11846 }
11847 int num2 = 2;
11848 bool flag = WorldGen.InWorld(0, x, num2);
11849 if (num == 0)
11850 {
11851 }
11852 Tile tile;
11853 bool flag2 = tile.active();
11854 if (num == 0)
11855 {
11856 }
11857 if (num == 0)
11858 {
11859 return;
11860 }
11861 if (num == 0)
11862 {
11863 }
11864 if (num == 0)
11865 {
11866 return;
11867 }
11868 }
class f__AnonymousType0<< Count > j__TPar

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