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.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Microsoft.Xna.Framework.Graphics
;
4
5
namespace
Terraria.GameContent.UI.Chat
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
26
void
Offset
(
int
linesOffset
);
27
28
// Token: 0x060051B4 RID: 20916
29
void
ResetOffset
();
30
31
// Token: 0x060051B5 RID: 20917
32
void
OnResolutionChange
();
33
}
34
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.GameContent.UI.Chat.IChatMonitor.Clear
void Clear()
Terraria.GameContent.UI.Chat.IChatMonitor.ResetOffset
void ResetOffset()
Terraria.GameContent.UI.Chat.IChatMonitor.DrawChat
void DrawChat(bool drawingPlayerChat)
Terraria.GameContent.UI.Chat.IChatMonitor.Update
void Update()
Terraria.GameContent.UI.Chat.IChatMonitor.Offset
void Offset(int linesOffset)
Terraria.GameContent.UI.Chat.IChatMonitor.NewText
void NewText(string newText, byte R=255, byte G=255, byte B=255)
Terraria.GameContent.UI.Chat.IChatMonitor.NewTextMultiline
void NewTextMultiline(string text, bool force=false, [Optional] Color c, int WidthLimit=-1)
Terraria.GameContent.UI.Chat.IChatMonitor.OnResolutionChange
void OnResolutionChange()
Terraria.GameContent.UI.Chat.IChatMonitor
Definition
IChatMonitor.cs:9
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.text
@ text
System.ConsoleKey.B
@ B
System.ConsoleKey.G
@ G
System.ConsoleKey.R
@ R
System
Definition
__ComObject.cs:4
Terraria.GameContent.UI.Chat
Definition
AchievementTagHandler.cs:8
Microsoft.Xna.Framework.Graphics.Color
Definition
Color.cs:12
source
Terraria
GameContent
UI
Chat
IChatMonitor.cs
Generated by
1.10.0