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

◆ DrawBack()

static void Terraria.GameContent.Events.ScreenDarkness.DrawBack ( SpriteBatch spriteBatch)
inlinestatic

Definition at line 19 of file ScreenDarkness.cs.

20 {
21 if (!true)
22 {
23 }
24 int screenWidth = Main.screenWidth;
25 int screenHeight = Main.screenHeight;
26 }

References Terraria.Main.screenHeight, and Terraria.Main.screenWidth.