|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.GameContent.UI.Chat.MobileChatMonitor:
Collaboration diagram for Terraria.GameContent.UI.Chat.MobileChatMonitor:Public Member Functions | |
| void | OnResolutionChange () |
| MobileChatMonitor () | |
| void | Clear () |
| void | ResetOffset () |
| void | Update () |
| void | Offset (int linesOffset) |
| void | NewText (string newText, byte R=255, byte G=255, byte B=255) |
| void | NewTextInternal (string newText, byte R=255, byte G=255, byte B=255, 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) |
Public Attributes | |
| int | numChatLines |
| ChatLine[] | chatLine |
| int | numChatItems |
Properties | |
| int | TextMaxLengthForScreen [get, set] |
Private Member Functions | |
| string | TrimIntoMultipleLines (byte R, byte G, byte B, int maxTextSize, string oldText) |
Private Attributes | |
| int | chatLength |
| int | showCount |
| int | startChatLine |
Definition at line 14 of file MobileChatMonitor.cs.