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

◆ OnMouseOut

UIElement MouseEvent Terraria.UI.UIElement.OnMouseOut
addremove

Definition at line 270 of file UIElement.cs.

271 {
273 add
274 {
275 if (Delegate.Combine(this.OnMouseOut, value) != null)
276 {
277 }
278 }
280 remove
281 {
282 if (Delegate.Remove(this.OnMouseOut, value) != null)
283 {
284 }
285 }
286 }
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.MouseOut().