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

◆ OnInternalTextChange

Action Terraria.GameContent.UI.Elements.UIText.OnInternalTextChange
addremove

Definition at line 164 of file UIText.cs.

165 {
167 add
168 {
169 if (Delegate.Combine(this.OnInternalTextChange, value) != null)
170 {
171 }
172 }
174 remove
175 {
176 if (Delegate.Remove(this.OnInternalTextChange, value) != null)
177 {
178 }
179 }
180 }
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.UIText.InternalSetText().