tModLoader v2024.04
A mod to make and play Terraria mods
IChatMonitor Interface Reference

Inherited by LegacyChatMonitor, and RemadeChatMonitor.

Public Member Functions

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 ()