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

◆ InAPlaceWithWind()

bool Terraria.GameContent.Drawing.TileDrawing.InAPlaceWithWind ( int x,
int y,
int width,
int height )
inlineprivate

Definition at line 1233 of file TileDrawing.cs.

1234 {
1235 if (!true)
1236 {
1237 }
1238 return WorldGen.InAPlaceWithWind(x, x, y, height);
1239 }

References Terraria.WorldGen.InAPlaceWithWind().