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

◆ OnLeftClick

UIElement MouseEvent Terraria.UI.UIElement.OnLeftClick
addremove

Definition at line 123 of file UIElement.cs.

124 {
126 add
127 {
128 if (Delegate.Combine(this.OnLeftClick, value) != null)
129 {
130 }
131 }
133 remove
134 {
135 if (Delegate.Remove(this.OnLeftClick, value) != null)
136 {
137 }
138 }
139 }
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.LeftClick().