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

◆ IsBelowANonHammeredPlatform()

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

Definition at line 7534 of file WorldGen.cs.

7535 {
7536 int num = 1;
7537 if (num == 0)
7538 {
7539 }
7540 Tile tile;
7541 bool flag = tile.active();
7542 if (num == 0)
7543 {
7544 }
7545 if (num != 0)
7546 {
7547 return;
7548 }
7549 }

References Terraria.Tile.active().