Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
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 | DrawChat (bool drawingPlayerChat) |
void | Clear () |
void | Update () |
void | Offset (int linesOffset) |
void | ResetOffset () |
void | OnResolutionChange () |
Definition at line 5 of file IChatMonitor.cs.