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

◆ AltInUse

bool Terraria.UI.ItemSlot.AltInUse
staticget

Definition at line 24 of file ItemSlot.cs.

25 {
26 get
27 {
28 global::Cursor cursor;
29 if (cursor != null)
30 {
31 bool key = KeyboardInput.GetKey(KeyCode.LeftAlt);
32 return true;
33 }
34 return KeyboardInput.GetKey(KeyCode.RightAlt);
35 }
36 }
class f__AnonymousType0<< Count > j__TPar
static bool GetKey(KeyCode keycode)