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