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

◆ RefreshItems()

void GUIButtonBar.RefreshItems ( )
inlineprivate

Definition at line 38 of file GUIButtonBar.cs.

39 {
41 GUIButtonBar.Action[] items = this.Items;
42 int itemCount = this.ItemCount;
43 this.ItemCount = itemCount;
44 bool expanded = this.Expanded;
45 if (expanded || expanded)
46 {
49 int itemCount2 = this.ItemCount;
51 if (itemCount2 == 0)
52 {
53 }
57 int itemCount3 = this.ItemCount;
60 int itemCount4 = this.ItemCount;
62 return;
63 }
64 }
class f__AnonymousType0<< Count > j__TPar
GUIButtonBar.Action[] Items
ControllerActionButton[] ItemsActions
static int GameMode
Definition Main.cs:4141

References Expanded, Terraria.Main.GameMode, ItemCount, Items, ItemsActions, and j__TPar.

Referenced by Draw().