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

◆ LeftClick_SellOrTrash()

static bool Terraria.UI.ItemSlot.LeftClick_SellOrTrash ( Item[] inv,
int context,
int slot )
inlinestaticprivate

Definition at line 298 of file ItemSlot.cs.

299 {
300 if (!true)
301 {
302 }
303 bool notUsingGamepad = ItemSlot.NotUsingGamepad;
304 bool disableLeftShiftTrashCan = ItemSlot.Options.DisableLeftShiftTrashCan;
305 bool disableQuickTrash = ItemSlot.Options.DisableQuickTrash;
306 return ItemSlot.ControlInUse;
307 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.UI.ItemSlot.ControlInUse, Terraria.UI.ItemSlot.Options.DisableLeftShiftTrashCan, Terraria.UI.ItemSlot.Options.DisableQuickTrash, j__TPar, and Terraria.UI.ItemSlot.NotUsingGamepad.

Referenced by Terraria.UI.ItemSlot.LeftClick().