|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.GameContent.Events.Sandstorm:Static Public Member Functions | |
| static void | WorldClear () |
| static void | UpdateTime () |
| static void | StartSandstorm () |
| Starts sandstorm for a random amount of time. Should be called on the server (netMode != client) - the method syncs it automatically. | |
| static void | StopSandstorm () |
| Stops sandstorm. Should be called on the server (netMode != client) - the method syncs it automatically. | |
| static void | HandleEffectAndSky (bool toState) |
| static bool | ShouldSandstormDustPersist () |
| static void | EmitDust () |
Static Public Attributes | |
| static bool | Happening |
| static double | TimeLeft |
| static float | Severity |
| static float | IntendedSeverity |
Static Private Member Functions | |
| static bool | HasSufficientWind () |
| static void | ChangeSeverityIntentions () |
| static void | UpdateSeverity () |
Static Private Attributes | |
| const int | SANDSTORM_DURATION_MINIMUM = 28800 |
| const int | SANDSTORM_DURATION_MAXIMUM = 86400 |
| static bool | _effectsUp |
Definition at line 8 of file Sandstorm.cs.