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

◆ Draw()

static void Terraria.GameContent.Events.ScreenObstruction.Draw ( SpriteBatch spriteBatch)
inlinestatic

Definition at line 20 of file ScreenObstruction.cs.

21 {
22 int myPlayer = Main.myPlayer;
23 Vector2 screenPosition = Main.screenPosition;
24 Vector2 screenPosition2 = Main.screenPosition;
25 int myPlayer2 = Main.myPlayer;
26 int screenWidth = Main.screenWidth;
27 int screenWidth2 = Main.screenWidth;
28 int screenHeight = Main.screenHeight;
29 int screenHeight2 = Main.screenHeight;
30 }
class f__AnonymousType0<< Count > j__TPar

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