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
static
get
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
KeyboardInput.GetKey
static bool GetKey(KeyCode keycode)
Definition
KeyboardInput.cs:26
KeyboardInput
Definition
KeyboardInput.cs:6
System.ExceptionArgument.key
@ key
UnityEngine.KeyCode
KeyCode
Definition
KeyCode.cs:7
Terraria
UI
ItemSlot
Generated by
1.10.0