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

◆ TryEnteringFastUseModeForInventorySlot()

static void Terraria.GameInput.PlayerInput.TryEnteringFastUseModeForInventorySlot ( int inventorySlot)
inlinestatic

Definition at line 452 of file PlayerInput.cs.

453 {
454 _fastUseMemory.TryStartForItemSlot(Main.LocalPlayer, inventorySlot);
455 }
static FastUseItemMemory _fastUseMemory

References Terraria.GameInput.PlayerInput._fastUseMemory, and Terraria.Main.LocalPlayer.

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