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
IChatMonitor.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000ADB")]
8 public interface IChatMonitor
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60051AE")]
11 void NewText(string newText, byte R = 255, byte G = 255, byte B = 255);
12
13 [global::Cpp2ILInjected.Token(Token = "0x60051AF")]
14 void NewTextMultiline(string text, bool force = false, Color c = default(Color), int WidthLimit = -1);
15
16 [global::Cpp2ILInjected.Token(Token = "0x60051B0")]
17 void DrawChat(bool drawingPlayerChat);
18
19 [global::Cpp2ILInjected.Token(Token = "0x60051B1")]
20 void Clear();
21
22 [global::Cpp2ILInjected.Token(Token = "0x60051B2")]
23 void Update();
24
25 [global::Cpp2ILInjected.Token(Token = "0x60051B3")]
27
28 [global::Cpp2ILInjected.Token(Token = "0x60051B4")]
30
31 [global::Cpp2ILInjected.Token(Token = "0x60051B5")]
33 }
34}
class f__AnonymousType0<< Count > j__TPar
void DrawChat(bool drawingPlayerChat)
void NewTextMultiline(string text, bool force=false, Color c=default(Color), int WidthLimit=-1)
void NewText(string newText, byte R=255, byte G=255, byte B=255)