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

◆ LeftMouseUp()

virtual void Terraria.UI.UIElement.LeftMouseUp ( UIMouseEvent evt)
inlinevirtual

Reimplemented in Terraria.GameContent.UI.Elements.UIScrollbar.

Definition at line 822 of file UIElement.cs.

823 {
825 if (onLeftMouseUp != null)
826 {
827 IntPtr invoke_impl = onLeftMouseUp.invoke_impl;
828 IntPtr method_code = onLeftMouseUp.method_code;
829 IntPtr method = onLeftMouseUp.method;
830 }
831 if (this.<Parent>k__BackingField != null)
832 {
833 return;
834 }
835 }
class f__AnonymousType0<< Count > j__TPar
UIElement< Parent > k__BackingField
UIElement.MouseEvent OnLeftMouseUp
Definition UIElement.cs:103

References j__TPar, Terraria.UI.UIElement.k__BackingField, Terraria.UI.UIElement.OnLeftMouseUp, and Terraria.UI.UIElement.Parent.