|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | SetContents (string text, Color color, int widthLimitInPixels) |
| void | MarkToNeedRefresh () |
| void | Update () |
| TextSnippet[] | GetSnippetWithInversedIndex (int snippetIndex) |
| void | Refresh () |
Public Attributes | |
| string | OriginalText |
Properties | |
| int | LineCount [get] |
| bool | CanBeShownWhenChatIsClosed [get] |
| bool | Prepared [get] |
Private Attributes | |
| bool | _prepared |
| List< TextSnippet[]> | _parsedText |
| Color | _color |
| int | _widthLimitInPixels |
| int | _timeLeft |
Definition at line 7 of file ChatMessageContainer.cs.