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

◆ DrawMarkedArea()

void Terraria.Graphics.Capture.CaptureInterface.ModeDragBounds.DrawMarkedArea ( SpriteBatch sb)
inline

Definition at line 752 of file CaptureInterface.cs.

753 {
754 if (!true)
755 {
756 }
757 int num = Math.Min(0, 0);
758 int num2 = Math.Min(int.MinValue, 0);
759 bool mapFullscreen = Main.mapFullscreen;
760 if (-2147483648 == 0)
761 {
762 }
763 if (-2147483648 == 0)
764 {
765 }
766 int screenWidth = Main.screenWidth;
767 int screenHeight = Main.screenHeight;
768 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152

References j__TPar, Terraria.Main.mapFullscreen, System.Math.Min(), Terraria.Main.screenHeight, and Terraria.Main.screenWidth.

Referenced by Terraria.Graphics.Capture.CaptureInterface.ModeDragBounds.Draw().