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
Alert Class Reference
+ Inheritance diagram for Alert:

Public Types

enum  AlertShownReason {
  PlatformError , NetworkingIssue , DebugIAP , ToolsMistake ,
  AppRating
}
 

Public Member Functions

override void Init ()
 
override void Shutdown ()
 
void InternalShowDelayed (Alert.AlertShownReason reason, string title, string message, string button, string hapticId="")
 
void InternalShowDelayed (Alert.AlertShownReason reason, string title, string message, string button1, string button2, string buttonDefault, string hapticId="")
 
void Show (Alert.AlertShownReason reason, string title, string message, string button, string hapticId="")
 
void Show (Alert.AlertShownReason reason, string title, string message, string button1, string button2, string buttonDefault, string hapticId="")
 
 Alert ()
 

Static Public Member Functions

static void Create ()
 
static void Create (string resourceId)
 
static void Destroy ()
 

Properties

Action< int > DismissedWithButton
 
static T Instance [get]
 

Private Member Functions

void PCDismissCallback (int index)
 
AlertDelayer GetAlertDelayObject ()
 
void AlertButtonClicked (string button)
 
void AlertCancelled ()
 
void OnEnable ()
 
void OnDisable ()
 

Static Private Member Functions

static void CreateOnMainThread (object resourceId)
 
static void Cleanup ()
 

Private Attributes

string[] _buttons
 
string _defaultButton = ""
 
GameObject _delayObject
 

Static Private Attributes

static T _instance
 
static bool _initialised
 

Detailed Description

Definition at line 6 of file Alert.cs.


The documentation for this class was generated from the following file: