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
PlainTagHandler.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000AE2")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60051E8")]
13 [global::Cpp2ILInjected.Address(RVA = "0x9363C0", Offset = "0x9363C0", Length = "0x5C")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TextSnippet), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x60051E9")]
23 [global::Cpp2ILInjected.Address(RVA = "0x936424", Offset = "0x936424", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x2000AE3")]
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x60051EA")]
35 [global::Cpp2ILInjected.Address(RVA = "0x93641C", Offset = "0x93641C", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TextSnippet), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
38 public PlainSnippet(string text = "")
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x60051EB")]
44 [global::Cpp2ILInjected.Address(RVA = "0x93642C", Offset = "0x93642C", Length = "0xC")]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ChatManager), Member = "ConvertNormalSnippets", MemberParameters = new object[] { typeof(TextSnippet[]) }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TextSnippet), Member = ".ctor", MemberParameters = new object[]
48 {
49 typeof(string),
51 typeof(float)
52 }, ReturnType = typeof(void))]
53 public PlainSnippet(string text, Color color, float scale = 1f)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x60051EC")]
59 [global::Cpp2ILInjected.Address(RVA = "0x936438", Offset = "0x936438", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 public override Color GetVisibleColor()
62 {
63 throw null;
64 }
65 }
66 }
67}
class f__AnonymousType0<< Count > j__TPar
PlainSnippet(string text, Color color, float scale=1f)
TextSnippet Parse(string text, Color baseColor=default(Color), string options=null)