Terraria v1.4.4.9
Terraria source code documentation
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 ()
 

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 7 of file ChatMessageContainer.cs.


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