terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
PlainTagHandler.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x02000AE2 RID: 2786
10 {
11 // Token: 0x060051E8 RID: 20968 RVA: 0x000021DB File Offset: 0x000003DB
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x060051E9 RID: 20969 RVA: 0x00281D6C File Offset: 0x0027FF6C
19 {
20 }
21
22 // Token: 0x02000AE3 RID: 2787
24 {
25 // Token: 0x060051EA RID: 20970 RVA: 0x00281D80 File Offset: 0x0027FF80
26 public PlainSnippet(string text = "")
27 : base(text)
28 {
29 }
30
31 // Token: 0x060051EB RID: 20971 RVA: 0x00281D94 File Offset: 0x0027FF94
32 public PlainSnippet(string text, Color color, float scale = 1f)
33 : base(text, color, scale)
34 {
35 }
36
37 // Token: 0x060051EC RID: 20972 RVA: 0x00281DAC File Offset: 0x0027FFAC
38 public override Color GetVisibleColor()
39 {
40 Color color = this.Color;
42 return color2;
43 }
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
PlainSnippet(string text, Color color, float scale=1f)
TextSnippet Parse(string text, [Optional] Color baseColor, [Optional] string options)