terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
Sandstorm () | |
Static Public Member Functions | |
static void | WorldClear () |
static void | UpdateTime () |
static void | HandleEffectAndSky (bool toState) |
static bool | ShouldSandstormDustPersist () |
static void | EmitDust () |
Static Public Attributes | |
static bool | Happening |
static int | TimeLeft |
static float | Severity |
static float | IntendedSeverity |
Static Private Member Functions | |
static bool | HasSufficientWind () |
static void | ChangeSeverityIntentions () |
static void | UpdateSeverity () |
static void | StartSandstorm () |
static void | StopSandstorm () |
Static Private Attributes | |
const int | SANDSTORM_DURATION_MINIMUM = 28800 |
const int | SANDSTORM_DURATION_MAXIMUM = 86400 |
static bool | _effectsUp |
Definition at line 13 of file Sandstorm.cs.