TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ DoesWindBlowAtThisHeight()

static bool Terraria.WorldGen.DoesWindBlowAtThisHeight ( int tileY)
inlinestatic

Definition at line 80583 of file WorldGen.cs.

80584 {
80585 bool flag = (double)tileY < Main.worldSurface;
80586 if (Main.remixWorld)
80587 {
80588 flag = !flag;
80589 }
80590 return flag;
80591 }

References Terraria.Main.remixWorld, and Terraria.Main.worldSurface.

Referenced by Terraria.GameContent.Drawing.TileDrawing.EmitTreeLeaves().

+ Here is the caller graph for this function: