terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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] |
bool | CanBeShownWhenChatIsClosed [get] |
bool | Prepared [get] |
Private Attributes | |
bool | _prepared |
List< TextSnippet[]> | _parsedText |
Color | _color |
int | _widthLimitInPixels |
int | _timeLeft |
Definition at line 9 of file ChatMessageContainer.cs.