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

◆ OnNeedingVirtualKeyboard

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

Definition at line 105 of file UISearchBar.cs.

106 {
108 add
109 {
110 if (Delegate.Combine(this.OnNeedingVirtualKeyboard, value) != null)
111 {
112 }
113 }
115 remove
116 {
117 if (Delegate.Remove(this.OnNeedingVirtualKeyboard, value) != null)
118 {
119 }
120 }
121 }
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 Terraria.GameContent.UI.Elements.UISearchBar.Update().