Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DisableTrashing()

static bool Terraria.UI.ItemSlot.DisableTrashing ( )
inlinestaticprivate

Definition at line 980 of file ItemSlot.cs.

981 {
982 if (Options.DisableLeftShiftTrashCan)
983 {
985 }
986 return false;
987 }

References Terraria.UI.ItemSlot.Options.DisableLeftShiftTrashCan, and Terraria.GameInput.PlayerInput.SteamDeckIsUsed.