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
◆
OnLastInputTypeChanged
Action
<
BindingSourceType
> InControl.PlayerAction.OnLastInputTypeChanged
add
remove
Definition at line
51
of file
PlayerAction.cs
.
52
{
53
[
CompilerGenerated
]
54
add
55
{
56
Delegate
@
delegate
=
Delegate
.
Combine
(this.
OnLastInputTypeChanged
,
value
);
57
if
(@delegate !=
null
&& @
delegate
==
null
)
58
{
59
return
;
60
}
61
}
62
[
CompilerGenerated
]
63
remove
64
{
65
Delegate
@
delegate
=
Delegate
.
Remove
(this.
OnLastInputTypeChanged
,
value
);
66
if
(@delegate !=
null
&& @
delegate
==
null
)
67
{
68
return
;
69
}
70
}
71
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
InControl.PlayerAction.OnLastInputTypeChanged
Action< BindingSourceType > OnLastInputTypeChanged
Definition
PlayerAction.cs:52
System.Delegate.Combine
static Delegate Combine(Delegate a, Delegate b)
Definition
Delegate.cs:255
System.Delegate.Remove
static Delegate Remove(Delegate source, Delegate value)
Definition
Delegate.cs:278
System.Delegate
Definition
Delegate.cs:14
System.ExceptionArgument.value
@ value
InControl
PlayerAction
Generated by
1.10.0