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

◆ PlotTileArea()

static bool Terraria.Utils.PlotTileArea ( int x,
int y,
Utils::TileActionAttempt plot )
inlinestatic

Definition at line 1759 of file Utils.cs.

1760 {
1761 if (!true)
1762 {
1763 }
1764 long num = 0L;
1765 bool flag = WorldGen.InWorld(0, x, (int)num);
1766 if (!flag)
1767 {
1768 }
1769 Tile.StartNewSearch();
1770 if (!flag)
1771 {
1772 }
1773 return false;
1774 }

References Terraria.WorldGen.InWorld(), Microsoft.Xna.Framework.Input.L, and Terraria.Tile.StartNewSearch().