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

◆ NewTextMultiline()

void Terraria.GameContent.UI.Chat.LegacyChatMonitor.NewTextMultiline ( string text,
bool force = false,
[Optional] Color c,
int WidthLimit = -1 )
inline

Implements Terraria.GameContent.UI.Chat.IChatMonitor.

Definition at line 127 of file LegacyChatMonitor.cs.

128 {
129 int num = 1;
130 if (num == 0)
131 {
132 }
133 if (num == 0)
134 {
135 }
136 if (num == 0)
137 {
138 }
139 if (num == 0)
140 {
141 return;
142 }
144 int size = list._size;
145 this.NewText(list);
146 int size2 = list._size;
147 }
class f__AnonymousType0<< Count > j__TPar
void NewText(string newText, byte R=255, byte G=255, byte B=255)

References System.Collections.Generic.List< T >._size, j__TPar, System.list, and Terraria.GameContent.UI.Chat.LegacyChatMonitor.NewText().