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

◆ DismissedWithButton

Action< int > Alert.DismissedWithButton
addremove

Definition at line 79 of file Alert.cs.

80 {
82 add
83 {
85 if (@delegate != null && @delegate == null)
86 {
87 return;
88 }
89 }
91 remove
92 {
94 if (@delegate != null && @delegate == null)
95 {
96 return;
97 }
98 }
99 }
class f__AnonymousType0<< Count > j__TPar
Action< int > DismissedWithButton
Definition Alert.cs:80
static Delegate Combine(Delegate a, Delegate b)
Definition Delegate.cs:255
static Delegate Remove(Delegate source, Delegate value)
Definition Delegate.cs:278

Referenced by AlertButtonClicked(), and PCDismissCallback().