|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | OnResolutionChange () |
| LegacyChatMonitor () | |
| void | Clear () |
| void | ResetOffset () |
| void | Update () |
| void | Offset (int linesOffset) |
| 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 | NewText (List< TextSnippet > snippets) |
| void | DrawChat (bool drawingPlayerChat) |
Properties | |
| int | TextMaxLengthForScreen [get] |
Private Member Functions | |
| string | TrimIntoMultipleLines (byte R, byte G, byte B, int maxTextSize, string oldText) |
Private Attributes | |
| int | numChatLines |
| ChatLine[] | chatLine |
| int | chatLength |
| int | showCount |
| int | startChatLine |
Definition at line 8 of file LegacyChatMonitor.cs.