Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.UI.Chat.LegacyChatMonitor Class Reference

Public Member Functions

void OnResolutionChange ()
 
 LegacyChatMonitor ()
 
void Clear ()
 
void ResetOffset ()
 
void Update ()
 
void Offset (int linesOffset)
 
void NewText (string newText, byte R=byte.MaxValue, byte G=byte.MaxValue, byte B=byte.MaxValue)
 
void NewTextInternal (string newText, byte R=byte.MaxValue, byte G=byte.MaxValue, byte B=byte.MaxValue, bool force=false)
 
void NewTextMultiline (string text, bool force=false, Color c=default(Color), int WidthLimit=-1)
 
void NewText (List< TextSnippet > snippets)
 
void DrawChat (bool drawingPlayerChat)
 

Properties

int TextMaxLengthForScreen [get]
 

Private Member Functions

string TrimIntoMultipleLines (byte R, byte G, byte B, int maxTextSize, string oldText)
 

Private Attributes

int numChatLines
 
ChatLine[] chatLine
 
int chatLength
 
int showCount
 
int startChatLine
 

Detailed Description

Definition at line 8 of file LegacyChatMonitor.cs.


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