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

Definition at line 13 of file PlayerOneAxisAction.cs.

14 {
16 add
17 {
19 if (@delegate != null && @delegate == null)
20 {
21 return;
22 }
23 }
25 remove
26 {
28 if (@delegate != null && @delegate == null)
29 {
30 return;
31 }
32 }
33 }
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.PlayerOneAxisAction.ProcessActionUpdate().