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

Public Member Functions

 RemadeChatMonitor ()
 
void NewText (string newText, byte R=byte.MaxValue, byte G=byte.MaxValue, byte B=byte.MaxValue)
 
void NewTextMultiline (string text, bool force=false, Color c=default(Color), int WidthLimit=-1)
 
void AddNewMessage (string text, Color color, int widthLimitInPixels=-1)
 
void DrawChat (bool drawingPlayerChat)
 
void Clear ()
 
void Update ()
 
void Offset (int linesOffset)
 
void ResetOffset ()
 
void OnResolutionChange ()
 

Private Member Functions

void ClampMessageIndex ()
 

Private Attributes

int _showCount
 
int _startChatLine
 
List< ChatMessageContainer_messages
 
bool _recalculateOnNextUpdate
 

Static Private Attributes

const int MaxMessages = 500
 

Detailed Description

Definition at line 8 of file RemadeChatMonitor.cs.


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