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

◆ AlertButtonClicked()

void Alert.AlertButtonClicked ( string button)
inlineprivate

Definition at line 102 of file Alert.cs.

103 {
105 if (this.DismissedWithButton != null)
106 {
107 string[] buttons = this._buttons;
108 string[] buttons2 = this._buttons;
109 return;
110 }
111 }
class f__AnonymousType0<< Count > j__TPar
Action< int > DismissedWithButton
Definition Alert.cs:80
string[] _buttons
Definition Alert.cs:135
static void Activate()

References _buttons, AndroidImmersive.Activate(), DismissedWithButton, and j__TPar.

Referenced by AlertCancelled().