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() [1/2]

static bool Terraria.WorldGen.InAPlaceWithWind ( int x,
int y,
int width,
int height )
inlinestatic

Definition at line 17976 of file WorldGen.cs.

17977 {
17978 int num = 1;
17979 if (num == 0)
17980 {
17981 }
17982 bool flag = WorldGen.DoesWindBlowAtThisHeight(x);
17983 if (num == 0)
17984 {
17985 }
17986 Tile tile;
17987 bool isLoaded = tile.IsLoaded;
17988 if (num == 0)
17989 {
17990 }
17991 if (num != 0)
17992 {
17993 return;
17994 }
17995 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.DoesWindBlowAtThisHeight(), Terraria.Tile.IsLoaded, and j__TPar.