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

◆ AlertCancelled()

void Alert.AlertCancelled ( )
inlineprivate

Definition at line 114 of file Alert.cs.

115 {
117 if (this._buttons != null)
118 {
119 string defaultButton = this._defaultButton;
120 this.AlertButtonClicked(defaultButton);
121 return;
122 }
123 }
class f__AnonymousType0<< Count > j__TPar
void AlertButtonClicked(string button)
Definition Alert.cs:102
string _defaultButton
Definition Alert.cs:138
string[] _buttons
Definition Alert.cs:135
static void Activate()

References _buttons, _defaultButton, AndroidImmersive.Activate(), AlertButtonClicked(), and j__TPar.