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

◆ DrawPieces()

static void Terraria.GameContent.Events.MoonlordDeathDrama.DrawPieces ( SpriteBatch spriteBatch)
inlinestatic

Definition at line 20 of file MoonlordDeathDrama.cs.

21 {
22 int num = 1;
23 if (num == 0)
24 {
25 }
26 Vector2 screenPosition = Main.screenPosition;
27 int screenWidth = Main.screenWidth;
28 int screenHeight = Main.screenHeight;
29 if (num == 0)
30 {
31 }
32 int screenWidth2 = Main.screenWidth;
33 int screenHeight2 = Main.screenHeight;
34 if (num == 0)
35 {
36 }
37 if (num == 0)
38 {
39 }
40 }
class f__AnonymousType0<< Count > j__TPar

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