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

◆ RightMouseDown()

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

Definition at line 870 of file UIElement.cs.

871 {
873 if (onRightMouseDown != null)
874 {
875 IntPtr invoke_impl = onRightMouseDown.invoke_impl;
876 IntPtr method_code = onRightMouseDown.method_code;
877 IntPtr method = onRightMouseDown.method;
878 }
879 if (this.<Parent>k__BackingField != null)
880 {
881 return;
882 }
883 }
class f__AnonymousType0<< Count > j__TPar
UIElement.MouseEvent OnRightMouseDown
Definition UIElement.cs:166
UIElement< Parent > k__BackingField

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