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

◆ DisableQuickTrash

bool Terraria.UI.ItemSlot.Options.DisableQuickTrash
staticgetset

Definition at line 1638 of file ItemSlot.cs.

1639 {
1640 get
1641 {
1642 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
1643 }
1644 set
1645 {
1646 }
1647 }

Referenced by Terraria.UI.ItemSlot.LeftClick_SellOrTrash(), and Terraria.UI.ItemSlot.OverrideHover().