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