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

◆ OnBindingsChanged

Action InControl.PlayerAction.OnBindingsChanged
addremove

Definition at line 76 of file PlayerAction.cs.

77 {
79 add
80 {
81 if (Delegate.Combine(this.OnBindingsChanged, value) != null)
82 {
83 }
84 }
86 remove
87 {
88 if (Delegate.Remove(this.OnBindingsChanged, value) != null)
89 {
90 }
91 }
92 }
class f__AnonymousType0<< Count > j__TPar
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.PlayerAction.Update().