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

◆ LeftClick()

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

Reimplemented in Terraria.GameContent.UI.Elements.EmoteButton, Terraria.GameContent.UI.Elements.UICreativeInfiniteItemsDisplay, Terraria.GameContent.UI.Elements.UIToggleImage, and Terraria.GameContent.UI.States.UIBestiaryTest.

Definition at line 838 of file UIElement.cs.

839 {
841 if (onLeftClick != null)
842 {
843 IntPtr invoke_impl = onLeftClick.invoke_impl;
844 IntPtr method_code = onLeftClick.method_code;
845 IntPtr method = onLeftClick.method;
846 }
847 if (this.<Parent>k__BackingField != null)
848 {
849 return;
850 }
851 }
class f__AnonymousType0<< Count > j__TPar
UIElement.MouseEvent OnLeftClick
Definition UIElement.cs:124
UIElement< Parent > k__BackingField

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