tModLoader v2024.03
A mod to make and play Terraria mods
RemadeChatMonitor Class Reference

Inherits 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 RemadeChatMonitor.Clear ( )

Implements IChatMonitor.

◆ DrawChat()

void RemadeChatMonitor.DrawChat ( bool  drawingPlayerChat)

Implements IChatMonitor.

◆ NewText()

void RemadeChatMonitor.NewText ( string  newText,
byte  R = byte.MaxValue,
byte  G = byte.MaxValue,
byte  B = byte.MaxValue 
)

Implements IChatMonitor.

◆ NewTextMultiline()

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

Implements IChatMonitor.

◆ Offset()

void RemadeChatMonitor.Offset ( int  linesOffset)

Implements IChatMonitor.

◆ OnResolutionChange()

void RemadeChatMonitor.OnResolutionChange ( )

Implements IChatMonitor.

◆ ResetOffset()

void RemadeChatMonitor.ResetOffset ( )

Implements IChatMonitor.

◆ Update()

void RemadeChatMonitor.Update ( )

Implements IChatMonitor.