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

◆ OnScrollWheel

UIElement ScrollWheelEvent Terraria.UI.UIElement.OnScrollWheel
addremove

Definition at line 291 of file UIElement.cs.

292 {
294 add
295 {
296 if (Delegate.Combine(this.OnScrollWheel, value) != null)
297 {
298 }
299 }
301 remove
302 {
303 if (Delegate.Remove(this.OnScrollWheel, value) != null)
304 {
305 }
306 }
307 }
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.ScrollWheel().