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

◆ AddAction()

void GUIButtonBar.AddAction ( GUIButtonBar::Action action,
ControllerActionButton bannerAction )
inlineprivate

Definition at line 18 of file GUIButtonBar.cs.

19 {
21 int itemCount = this.ItemCount;
22 if (bannerAction == null)
23 {
24 GUIButtonBar.Action[] items = this.Items;
25 int itemCount2 = this.ItemCount;
27 return;
28 }
29 if (bannerAction != null)
30 {
31 int itemCount3 = this.ItemCount;
32 return;
33 }
35 }
class f__AnonymousType0<< Count > j__TPar
GUIButtonBar.Action[] Items
ControllerActionButton[] ItemsActions

References ItemCount, Items, ItemsActions, and j__TPar.