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()

void GUIBuilderAccToggles.Draw ( )
inline

Definition at line 86 of file GUIBuilderAccToggles.cs.

87 {
88 if (this.Enabled)
89 {
90 Rectangle region = this.GetRegion();
94 float x = transactionButton_Layout.Location.X;
96 this.Close();
97 return;
98 }
100 int myPlayer = Main.myPlayer;
102 bool enabled = this.Enabled;
103 if (this.Enabled)
104 {
105 }
107 }
class f__AnonymousType0<< Count > j__TPar
static BuilderAccToggles_Layout Instance
static Rectangle GetRegion(TransactionButton_Layout layout)
static int myPlayer
Definition Main.cs:2337

References Controller.ControllerActionManager.AnyControllerConnected, Close(), Enabled, GetRegion(), GUITransactionButton.GetRegion(), BuilderAccToggles_Layout.Instance, j__TPar, Terraria.Main.myPlayer, and RightSideHUDAnchorUpdator.UseCollpasedCoinsAmmo.