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

◆ ScrollWheel()

virtual void Terraria.UI.UIElement.ScrollWheel ( UIScrollWheelEvent evt)
inlinevirtual

Reimplemented in Terraria.GameContent.UI.Elements.UIList.

Definition at line 967 of file UIElement.cs.

968 {
970 if (onScrollWheel != null)
971 {
972 IntPtr invoke_impl = onScrollWheel.invoke_impl;
973 IntPtr method_code = onScrollWheel.method_code;
974 IntPtr method = onScrollWheel.method;
975 }
976 if (this.<Parent>k__BackingField != null)
977 {
978 return;
979 }
980 }
class f__AnonymousType0<< Count > j__TPar
UIElement.ScrollWheelEvent OnScrollWheel
Definition UIElement.cs:292
UIElement< Parent > k__BackingField

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