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

◆ EdgePlacement()

void Terraria.Graphics.Capture.CaptureInterface.ModeEdgeSelection.EdgePlacement ( Vector2 mouse)
inlineprivate

Definition at line 539 of file CaptureInterface.cs.

540 {
541 if (!true)
542 {
543 }
544 if (!true)
545 {
546 if (!true)
547 {
548 }
549 bool mapFullscreen = Main.mapFullscreen;
550 if (!true)
551 {
552 }
553 bool mouseLeft = Main.mouseLeft;
554 if (!true)
555 {
556 }
557 if (!true)
558 {
559 }
560 bool mouseRight = Main.mouseRight;
561 if (!true)
562 {
563 }
564 return;
565 }
566 }

References Terraria.Main.mapFullscreen, Terraria.Main.mouseLeft, and Terraria.Main.mouseRight.