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

◆ OnRightDoubleClick

UIElement MouseEvent Terraria.UI.UIElement.OnRightDoubleClick
addremove

Definition at line 228 of file UIElement.cs.

229 {
231 add
232 {
233 if (Delegate.Combine(this.OnRightDoubleClick, value) != null)
234 {
235 }
236 }
238 remove
239 {
240 if (Delegate.Remove(this.OnRightDoubleClick, value) != null)
241 {
242 }
243 }
244 }
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.RightDoubleClick().