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
IChatMonitor.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000ADB RID: 2779
8 public interface IChatMonitor
9 {
10 // Token: 0x060051AE RID: 20910
11 void NewText(string newText, byte R = 255, byte G = 255, byte B = 255);
12
13 // Token: 0x060051AF RID: 20911
14 void NewTextMultiline(string text, bool force = false, [Optional] Color c, int WidthLimit = -1);
15
16 // Token: 0x060051B0 RID: 20912
17 void DrawChat(bool drawingPlayerChat);
18
19 // Token: 0x060051B1 RID: 20913
20 void Clear();
21
22 // Token: 0x060051B2 RID: 20914
23 void Update();
24
25 // Token: 0x060051B3 RID: 20915
27
28 // Token: 0x060051B4 RID: 20916
30
31 // Token: 0x060051B5 RID: 20917
33 }
34}
class f__AnonymousType0<< Count > j__TPar
void DrawChat(bool drawingPlayerChat)
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)