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

◆ DrawEquipButton()

void GUIPageOptions.DrawEquipButton ( )
inline

Definition at line 303 of file GUIPageOptions.cs.

304 {
305 Item item;
306 int type = item.type;
307 bool accessory = item.accessory;
308 if (accessory)
309 {
310 int stack = item.stack;
311 return;
312 }
313 int stack2 = item.stack;
314 this.LoadLeftItemRegion();
316 if (accessory)
317 {
318 }
319 this.DrawDepositButton();
321 }
class f__AnonymousType0<< Count > j__TPar
void LoadLeftItemRegion()

References Controller.ControllerActionManager.AnyControllerConnected, DrawDepositButton(), Terraria.GameContent.UI.WiresUI.Settings.DrawToolModeUI, System.item, j__TPar, LoadLeftItemRegion(), System.stack, and Terraria.Item.type.