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

◆ HasSufficientWind()

static bool Terraria.GameContent.Events.Sandstorm.HasSufficientWind ( )
inlinestaticprivate

Definition at line 24 of file Sandstorm.cs.

25 {
26 return Math.Abs(Main.windSpeedCurrent) >= 0.6f;
27 }
static double Abs(double value)

References System.Math.Abs(), and Terraria.Main.windSpeedCurrent.

Referenced by Terraria.GameContent.Events.Sandstorm.UpdateTime().