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
ChatLine.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200072B RID: 1835
8 public class ChatLine
9 {
10 // Token: 0x06003CBA RID: 15546 RVA: 0x00237268 File Offset: 0x00235468
11 public void UpdateTimeLeft()
12 {
13 int num = this.showTime;
14 this.showTime = num;
15 if (this.needsParsing)
16 {
17 }
18 }
19
20 // Token: 0x06003CBB RID: 15547 RVA: 0x0023728C File Offset: 0x0023548C
21 public void Copy(ChatLine other)
22 {
23 bool flag = other.needsParsing;
24 this.needsParsing = flag;
25 int? num = other.parsingPixelLimit;
27 int num2 = other.showTime;
29 Color color = other.color;
31 Vector2 vector = other.calculatedSizeMiniTouch;
33 Vector2 vector2 = other.calculatedSizeMini;
35 Vector2 vector3 = other.calculatedSizePage;
37 }
38
39 // Token: 0x06003CBC RID: 15548 RVA: 0x00237304 File Offset: 0x00235504
41 {
42 this.needsParsing = true;
43 }
44
45 // Token: 0x06003CBD RID: 15549 RVA: 0x00237318 File Offset: 0x00235518
46 public ChatLine()
47 {
48 if (!true)
49 {
50 }
51 this.color = 1;
53 base..ctor();
54 }
55
56 // Token: 0x04007BD5 RID: 31701
57 public Color color;
58
59 // Token: 0x04007BD6 RID: 31702
60 public int showTime;
61
62 // Token: 0x04007BD7 RID: 31703
63 public string originalText;
64
65 // Token: 0x04007BD8 RID: 31704
67
68 // Token: 0x04007BD9 RID: 31705
70
71 // Token: 0x04007BDA RID: 31706
73
74 // Token: 0x04007BDB RID: 31707
76
77 // Token: 0x04007BDC RID: 31708
79
80 // Token: 0x04007BDD RID: 31709
82
83 // Token: 0x04007BDE RID: 31710
84 private int? parsingPixelLimit;
85
86 // Token: 0x04007BDF RID: 31711
87 private bool needsParsing;
88 }
89}
class f__AnonymousType0<< Count > j__TPar
TextSnippet[] parsedMiniText
Definition ChatLine.cs:69
TextSnippet[] parsedMiniTouchText
Definition ChatLine.cs:72
Vector2 calculatedSizeMiniTouch
Definition ChatLine.cs:75
void Copy(ChatLine other)
Definition ChatLine.cs:21
TextSnippet[] parsedText
Definition ChatLine.cs:66