terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.UI.Chat.ChatMessageContainer Class Reference

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
 

Detailed Description

Definition at line 9 of file ChatMessageContainer.cs.


The documentation for this class was generated from the following file: