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

◆ NewText() [2/2]

void Terraria.GameContent.UI.Chat.MobileChatMonitor.NewText ( string newText,
byte R = 255,
byte G = 255,
byte B = 255 )
inline

Implements Terraria.GameContent.UI.Chat.IChatMonitor.

Definition at line 77 of file MobileChatMonitor.cs.

78 {
79 long num = 0L;
80 this.NewTextInternal(newText, R, G, B, num != 0L);
81 }
void NewTextInternal(string newText, byte R=255, byte G=255, byte B=255, bool force=false)

References System.B, System.G, System.L, Terraria.GameContent.UI.Chat.MobileChatMonitor.NewTextInternal(), and System.R.