tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.GameContent.UI.Chat.RemadeChatMonitor Class Reference

Inherits Terraria.GameContent.UI.Chat.IChatMonitor.

Public Member Functions

void AddNewMessage (string text, Color color, int widthLimitInPixels=-1)
 
void Clear ()
 
void DrawChat (bool drawingPlayerChat)
 
void NewText (string newText, byte R=byte.MaxValue, byte G=byte.MaxValue, byte B=byte.MaxValue)
 
void NewTextMultiline (string text, bool force=false, Color c=default(Color), int WidthLimit=-1)
 
void Offset (int linesOffset)
 
void OnResolutionChange ()
 
void ResetOffset ()
 
void Update ()
 
void Clear ()
 
void DrawChat (bool drawingPlayerChat)
 
void NewText (string newText, byte R=byte.MaxValue, byte G=byte.MaxValue, byte B=byte.MaxValue)
 
void NewTextMultiline (string text, bool force=false, Color c=default(Color), int WidthLimit=-1)
 
void Offset (int linesOffset)
 
void OnResolutionChange ()
 
void ResetOffset ()
 
void Update ()
 

Member Function Documentation

◆ Clear()

void Terraria.GameContent.UI.Chat.RemadeChatMonitor.Clear ( )

◆ DrawChat()

void Terraria.GameContent.UI.Chat.RemadeChatMonitor.DrawChat ( bool  drawingPlayerChat)

◆ NewText()

void Terraria.GameContent.UI.Chat.RemadeChatMonitor.NewText ( string  newText,
byte  R = byte.MaxValue,
byte  G = byte.MaxValue,
byte  B = byte.MaxValue 
)

◆ NewTextMultiline()

void Terraria.GameContent.UI.Chat.RemadeChatMonitor.NewTextMultiline ( string  text,
bool  force = false,
Color  c = default(Color),
int  WidthLimit = -1 
)

◆ Offset()

void Terraria.GameContent.UI.Chat.RemadeChatMonitor.Offset ( int  linesOffset)

◆ OnResolutionChange()

void Terraria.GameContent.UI.Chat.RemadeChatMonitor.OnResolutionChange ( )

◆ ResetOffset()

void Terraria.GameContent.UI.Chat.RemadeChatMonitor.ResetOffset ( )

◆ Update()

void Terraria.GameContent.UI.Chat.RemadeChatMonitor.Update ( )