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

◆ OnCanceledTakingInput

Action Terraria.GameContent.UI.Elements.UISearchBar.OnCanceledTakingInput
addremove

Definition at line 84 of file UISearchBar.cs.

85 {
87 add
88 {
89 if (Delegate.Combine(this.OnCanceledTakingInput, value) != null)
90 {
91 }
92 }
94 remove
95 {
96 if (Delegate.Remove(this.OnCanceledTakingInput, value) != null)
97 {
98 }
99 }
100 }
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