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

◆ GetButtonSetup()

Texture2D GUIButtonBar.GetButtonSetup ( GUIButtonBar::Action action,
int entry,
[Out] bool disabled,
[Out] string actionString,
[Out] TransactionButton_Layout buttonLayout )
inlineprivate

Definition at line 78 of file GUIButtonBar.cs.

79 {
80 if (entry != 0)
81 {
82 int itemCount = this.ItemCount;
83 }
84 if (this.Expanded)
85 {
86 if (72 == 0)
87 {
88 }
89 bool mapEnabled = Main.mapEnabled;
90 bool mapReady = Main.mapReady;
92 bool mapReady2 = Main.mapReady;
93 int num = 1;
94 disabled.m_value = num != 0;
95 if (num == 0)
96 {
97 }
98 int num2 = 1;
100 if (num2 == 0)
101 {
102 }
104 return texture2D;
105 }
107 return texture2D2;
108 }
class f__AnonymousType0<< Count > j__TPar
static bool mapEnabled
Definition Main.cs:1231
static bool mapReady
Definition Main.cs:1091

References Expanded, ItemCount, j__TPar, Terraria.Main.mapEnabled, and Terraria.Main.mapReady.