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

◆ ShiftInUse

bool Terraria.UI.ItemSlot.ShiftInUse
staticget

Definition at line 40 of file ItemSlot.cs.

41 {
42 get
43 {
44 global::Cursor cursor;
45 if (cursor != null)
46 {
47 bool key = KeyboardInput.GetKey(KeyCode.LeftShift);
48 return true;
49 }
50 return KeyboardInput.GetKey(KeyCode.RightShift);
51 }
52 }
class f__AnonymousType0<< Count > j__TPar
static bool GetKey(KeyCode keycode)

Referenced by Terraria.UI.ItemSlot.OverrideHover(), Terraria.GameContent.Tile_Entities.TEDisplayDoll.OverrideItemSlotLeftClick(), and Terraria.GameContent.Tile_Entities.TEHatRack.OverrideItemSlotLeftClick().