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
RemadeChatMonitor.cs
Go to the documentation of this file.
1using System;
7
9{
10 // Token: 0x02000ADE RID: 2782
12 {
13 // Token: 0x060051D0 RID: 20944 RVA: 0x00281890 File Offset: 0x0027FA90
15 {
16 }
17
18 // Token: 0x060051D1 RID: 20945 RVA: 0x002818A4 File Offset: 0x0027FAA4
19 public void NewText(string newText, byte R = 255, byte G = 255, byte B = 255)
20 {
21 }
22
23 // Token: 0x060051D2 RID: 20946 RVA: 0x002818B4 File Offset: 0x0027FAB4
24 public void NewTextMultiline(string text, bool force = false, [Optional] Color c, int WidthLimit = -1)
25 {
26 }
27
28 // Token: 0x060051D3 RID: 20947 RVA: 0x002818C4 File Offset: 0x0027FAC4
29 public void AddNewMessage(string text, Color color, int widthLimitInPixels = -1)
30 {
32 int size = this._messages._size;
33 int size2 = this._messages._size;
34 }
35
36 // Token: 0x060051D4 RID: 20948 RVA: 0x002818F0 File Offset: 0x0027FAF0
37 public void DrawChat(bool drawingPlayerChat)
38 {
39 int startChatLine = this._startChatLine;
40 int size = this._messages._size;
41 int num2;
42 int num = Math.Min(startChatLine, num2);
44 }
45
46 // Token: 0x060051D5 RID: 20949 RVA: 0x000021DB File Offset: 0x000003DB
47 public void Clear()
48 {
49 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
50 }
51
52 // Token: 0x060051D6 RID: 20950 RVA: 0x00281994 File Offset: 0x0027FB94
53 public void Update()
54 {
56 {
57 int size = this._messages._size;
58 int size2 = this._messages._size;
59 return;
60 }
61 int size3 = this._messages._size;
62 int size4 = this._messages._size;
63 }
64
65 // Token: 0x060051D7 RID: 20951 RVA: 0x002819E0 File Offset: 0x0027FBE0
66 public void Offset(int linesOffset)
67 {
68 int startChatLine = this._startChatLine;
69 this._startChatLine = startChatLine;
70 this.ClampMessageIndex();
71 }
72
73 // Token: 0x060051D8 RID: 20952 RVA: 0x00281A04 File Offset: 0x0027FC04
74 private void ClampMessageIndex()
75 {
76 int showCount = this._showCount;
78 int size = this._messages._size;
79 int num2;
80 int num = Math.Min(0, num2);
81 }
82
83 // Token: 0x060051D9 RID: 20953 RVA: 0x00281A60 File Offset: 0x0027FC60
84 public void ResetOffset()
85 {
86 }
87
88 // Token: 0x060051DA RID: 20954 RVA: 0x00281A70 File Offset: 0x0027FC70
89 public void OnResolutionChange()
90 {
92 }
93
94 // Token: 0x04008A42 RID: 35394
95 private const int MaxMessages = 500;
96
97 // Token: 0x04008A43 RID: 35395
98 private int _showCount;
99
100 // Token: 0x04008A44 RID: 35396
101 private int _startChatLine;
102
103 // Token: 0x04008A45 RID: 35397
105
106 // Token: 0x04008A46 RID: 35398
108 }
109}
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152
void AddNewMessage(string text, Color color, int widthLimitInPixels=-1)
void NewText(string newText, byte R=255, byte G=255, byte B=255)
void NewTextMultiline(string text, bool force=false, [Optional] Color c, int WidthLimit=-1)