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
addremove

Definition at line 51 of file PlayerAction.cs.

52 {
54 add
55 {
57 if (@delegate != null && @delegate == null)
58 {
59 return;
60 }
61 }
63 remove
64 {
66 if (@delegate != null && @delegate == null)
67 {
68 return;
69 }
70 }
71 }
class f__AnonymousType0<< Count > j__TPar
Action< BindingSourceType > OnLastInputTypeChanged
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278