|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Alert:
Collaboration 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 [set] |
| static T | Instance [get, set] |
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 |