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.PlayerActionSet.OnLastInputTypeChanged
addremoveinherited

Definition at line 101 of file PlayerActionSet.cs.

102 {
104 add
105 {
107 if (@delegate != null && @delegate == null)
108 {
109 return;
110 }
111 }
113 remove
114 {
116 if (@delegate != null && @delegate == null)
117 {
118 return;
119 }
120 }
121 }
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