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
NameTagHandler.cs
Go to the documentation of this file.
1using System;
5using Terraria.Chat;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000AE1")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60051E5")]
14 [global::Cpp2ILInjected.Address(RVA = "0x93619C", Offset = "0x93619C", Length = "0x144")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
17 {
18 typeof(string),
19 typeof(string)
20 }, ReturnType = typeof(string))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
22 {
23 typeof(string),
24 typeof(string),
25 typeof(string)
26 }, ReturnType = typeof(string))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TextSnippet), Member = ".ctor", MemberParameters = new object[]
28 {
29 typeof(string),
31 typeof(float)
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x60051E6")]
40 [global::Cpp2ILInjected.Address(RVA = "0x9362E0", Offset = "0x9362E0", Length = "0xD8")]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerChat), Member = "Draw", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ChatHelper), Member = "DisplayCheckedMessage", MemberParameters = new object[]
43 {
44 typeof(bool),
46 }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
49 {
50 typeof(string),
51 typeof(string)
52 }, ReturnType = typeof(string))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
54 {
55 typeof(string),
56 typeof(string),
57 typeof(string)
58 }, ReturnType = typeof(string))]
59 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
60 public static string GenerateTag(string name)
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x60051E7")]
66 [global::Cpp2ILInjected.Address(RVA = "0x9363B8", Offset = "0x9363B8", Length = "0x8")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
70 {
71 throw null;
72 }
73 }
74}
class f__AnonymousType0<< Count > j__TPar
TextSnippet Parse(string text, Color baseColor=default(Color), string options=null)