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
Loading...
Searching...
No Matches
Alert.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000044")]
8 public class Alert
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x1700008E")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60001E7")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1A9B1FC", Offset = "0x1A9B1FC", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 get
17 {
18 throw null;
19 }
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x1700008F")]
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x60001E8")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1A9B204", Offset = "0x1A9B204", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60001E9")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1A9B20C", Offset = "0x1A9B20C", Length = "0x6C")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TlsException), Member = ".ctor", MemberParameters = new object[]
38 {
40 typeof(string)
41 }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x60001EA")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1A9B278", Offset = "0x1A9B278", Length = "0x40")]
51 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 private void inferAlertLevel()
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x60001EB")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1A9B2B8", Offset = "0x1A9B2B8", Length = "0xBC")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(object),
65 typeof(object)
66 }, ReturnType = typeof(string))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
68 public override string ToString()
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x4000114")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
76
77 [global::Cpp2ILInjected.Token(Token = "0x4000115")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x11")]
80 }
81}
class f__AnonymousType0<< Count > j__TPar
Alert(AlertDescription description)
Definition Alert.cs:44
override string ToString()
Definition Alert.cs:68
AlertDescription Description
Definition Alert.cs:24
AlertDescription description
Definition Alert.cs:79