terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
RemadeChatMonitor () | |
void | NewText (string newText, byte R=255, byte G=255, byte B=255) |
void | NewTextMultiline (string text, bool force=false, [Optional] Color c, 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 |
Definition at line 11 of file RemadeChatMonitor.cs.