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

◆ ProcessIncomingMessage()

void Terraria.Chat.Commands.EmoteCommand.ProcessIncomingMessage ( string text,
byte clientId )
inline

Implements Terraria.Chat.Commands.IChatCommand.

Definition at line 12 of file EmoteCommand.cs.

13 {
14 int num = 1;
15 bool flag = text != "";
16 if (num == 0)
17 {
18 }
19 NetworkText networkText = NetworkText.FromLiteral(string.Format("*{0} {1}", "", text));
20 }
class f__AnonymousType0<< Count > j__TPar
static NetworkText FromLiteral(string text)

References System.Format, Terraria.Localization.NetworkText.FromLiteral(), j__TPar, and System.text.