terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ClearVisualPostProcessEffects()

static void Terraria.Main.ClearVisualPostProcessEffects ( )
inlinestatic

Definition at line 14075 of file Main.cs.

14076 {
14077 !0 !;
14078 if (! == null || "Solar" == null)
14079 {
14080 }
14081 !0 !2;
14082 if (!2 != null)
14083 {
14084 }
14085 !0 !3;
14086 if (!3 != null)
14087 {
14088 }
14089 if ("BloodMoon" == null)
14090 {
14091 }
14092 if ("Graveyard" == null)
14093 {
14094 }
14095 if ("Sepia" == null)
14096 {
14097 }
14098 if ("BloodMoon" == null)
14099 {
14100 }
14105 }

References Terraria.GameContent.Events.CreditsRollEvent.Reset(), Terraria.GameContent.Events.BirthdayParty.WorldClear(), Terraria.GameContent.Events.LanternNight.WorldClear(), and Terraria.GameContent.Events.Sandstorm.WorldClear().

Referenced by GUIMainMenu.Draw(), GUINetPlayStatusMenu.Draw(), and GUIStatusMenu.Draw().