|
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
|
Collaboration diagram for Terraria.UI.Chat.ChatMessageContainer:Public Member Functions | |
| void | SetContents (string text, Color color, int widthLimitInPixels) |
| void | MarkToNeedRefresh () |
| void | Update () |
| TextSnippet[] | GetSnippetWithInversedIndex (int snippetIndex) |
| void | Refresh () |
| ChatMessageContainer () | |
Public Attributes | |
| string | OriginalText |
Properties | |
| int | LineCount [get, set] |
| bool | CanBeShownWhenChatIsClosed [get, set] |
| bool | Prepared [get, set] |
Private Attributes | |
| bool | _prepared |
| List< TextSnippet[]> | _parsedText |
| Color | _color |
| int | _widthLimitInPixels |
| int | _timeLeft |
Definition at line 11 of file ChatMessageContainer.cs.