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

Inherits Terraria.GameContent.UI.Chat.IChatMonitor.

Public Member Functions

void Clear ()
 
void DrawChat (bool drawingPlayerChat)
 
void NewText (List< TextSnippet > snippets)
 
void NewText (string newText, byte R=byte.MaxValue, byte G=byte.MaxValue, byte B=byte.MaxValue)
 
void NewTextInternal (string newText, byte R=byte.MaxValue, byte G=byte.MaxValue, byte B=byte.MaxValue, bool force=false)
 
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 ()
 

Properties

int TextMaxLengthForScreen [get]
 

Member Function Documentation

◆ Clear()

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

◆ DrawChat()

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

◆ NewText()

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

◆ NewTextMultiline()

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

◆ Offset()

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

◆ OnResolutionChange()

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

◆ ResetOffset()

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

◆ Update()

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