tModLoader v2024.09
A mod to make and play Terraria mods
|
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 () |
void RemadeChatMonitor.Clear | ( | ) |
Implements IChatMonitor.
void RemadeChatMonitor.DrawChat | ( | bool | drawingPlayerChat | ) |
Implements IChatMonitor.
void RemadeChatMonitor.NewText | ( | string | newText, |
byte | R = byte.MaxValue , |
||
byte | G = byte.MaxValue , |
||
byte | B = byte.MaxValue |
||
) |
Implements IChatMonitor.
void RemadeChatMonitor.NewTextMultiline | ( | string | text, |
bool | force = false , |
||
Color | c = default(Color) , |
||
int | WidthLimit = -1 |
||
) |
Implements IChatMonitor.
void RemadeChatMonitor.Offset | ( | int | linesOffset | ) |
Implements IChatMonitor.
void RemadeChatMonitor.OnResolutionChange | ( | ) |
Implements IChatMonitor.
void RemadeChatMonitor.ResetOffset | ( | ) |
Implements IChatMonitor.
void RemadeChatMonitor.Update | ( | ) |
Implements IChatMonitor.