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.PlayerTwoAxisAction.OnLastInputTypeChanged
addremove

Definition at line 45 of file PlayerTwoAxisAction.cs.

46 {
48 add
49 {
51 if (@delegate != null && @delegate == null)
52 {
53 return;
54 }
55 }
57 remove
58 {
60 if (@delegate != null && @delegate == null)
61 {
62 return;
63 }
64 }
65 }
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

Referenced by InControl.PlayerTwoAxisAction.ProcessActionUpdate().