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.GameContent.UI.Chat.LegacyChatMonitor Class Reference
+ Inheritance diagram for Terraria.GameContent.UI.Chat.LegacyChatMonitor:

Public Member Functions

void OnResolutionChange ()
 
 LegacyChatMonitor ()
 
void Clear ()
 
void ResetOffset ()
 
void Update ()
 
void Offset (int linesOffset)
 
void NewText (string newText, byte R=255, byte G=255, byte B=255)
 
void NewTextInternal (string newText, byte R=255, byte G=255, byte B=255, bool force=false)
 
void NewTextMultiline (string text, bool force=false, [Optional] Color c, 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 10 of file LegacyChatMonitor.cs.


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