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
|
Static Public Member Functions | |
static void | AddToArray (string msg) |
static void | Ignore (object msg) |
static void | Print (string msg) |
static void | PrintHex (string msg, object value) |
static void | Enter (string func) |
static void | Enter (string func, string parms) |
static void | Assert (bool condition, string messageFormat, params object[] data) |
static void | Assert (string message) |
static void | Assert (string message, string detailMessage) |
static void | LeaveException (string func, Exception exception) |
static void | Leave (string func) |
static void | Leave (string func, string result) |
static void | Leave (string func, int returnval) |
static void | Leave (string func, bool returnval) |
static void | DumpArray () |
static void | Dump (byte[] buffer) |
static void | Dump (byte[] buffer, int length) |
static void | Dump (byte[] buffer, int offset, int length) |
static void | Dump (IntPtr buffer, int offset, int length) |
Static Package Functions | |
static void | SetThreadSource (ThreadKinds source) |
static void | ThreadContract (ThreadKinds kind, string errorMsg) |
static void | ThreadContract (ThreadKinds kind, ThreadKinds allowedSources, string errorMsg) |
Properties | |
static ThreadKinds | CurrentThreadKind [get, set] |
Static Private Member Functions | |
static BaseLoggingObject | LoggingInitialize () |
static | GlobalLog () |
Static Private Attributes | |
static BaseLoggingObject | Logobject |
Definition at line 11 of file GlobalLog.cs.