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

◆ DrawUITweaks()

void GUIInterfaceEdit.DrawUITweaks ( )
inlineprivate

Definition at line 610 of file GUIInterfaceEdit.cs.

611 {
612 if (!this.displayTemplateOptions)
613 {
615 this.DrawTemplate();
616 }
617 if (!true)
618 {
619 }
620 bool mouseLeft = Main.mouseLeft;
621 if (!true)
622 {
623 }
624 bool mouseLeftRelease = Main.mouseLeftRelease;
625 if (!true)
626 {
627 }
628 this.ClampUIScale();
629 if (!true)
630 {
631 }
633 if (!true)
634 {
635 }
637 }
class f__AnonymousType0<< Count > j__TPar
static InterfaceProfile_Layout Active
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References InterfaceStyles_Layout.Active, ClampUIScale(), displayTemplateOptions, DrawTemplate(), j__TPar, InterfaceProfile_Layout.MinVerticalResolution, Terraria.Main.mouseLeft, and Terraria.Main.mouseLeftRelease.