|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinestatic |
Stops rain. Should be called on the server (netMode != client) - vanilla syncs it using M:Terraria.Main.SyncRain.
You can also call this on the client to update visuals immediately, assuming it was called serverside as well (Journey Mode rain slider does this).
Definition at line 81781 of file Main.cs.
References Terraria.Main.maxRaining, Terraria.Main.raining, and Terraria.Main.rainTime.
Referenced by Terraria.GameContent.Creative.CreativePowers.ModifyRainPower.UpdateInfoFromSliderValueCache(), and Terraria.Main.UpdateTime().
Here is the caller graph for this function: