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

◆ OnUpdate

UIElement ElementEvent Terraria.UI.UIElement.OnUpdate
addremove

Definition at line 312 of file UIElement.cs.

313 {
315 add
316 {
317 if (Delegate.Combine(this.OnUpdate, value) != null)
318 {
319 }
320 }
322 remove
323 {
324 if (Delegate.Remove(this.OnUpdate, value) != null)
325 {
326 }
327 }
328 }
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.UI.UIElement.Update().