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

◆ OnRightClick

UIElement MouseEvent Terraria.UI.UIElement.OnRightClick
addremove

Definition at line 207 of file UIElement.cs.

208 {
210 add
211 {
212 if (Delegate.Combine(this.OnRightClick, value) != null)
213 {
214 }
215 }
217 remove
218 {
219 if (Delegate.Remove(this.OnRightClick, value) != null)
220 {
221 }
222 }
223 }
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.RightClick().