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

◆ PrepareAliases()

static void Terraria.Initializers.ChatInitializer.PrepareAliases ( )
inlinestatic

Definition at line 32 of file ChatInitializer.cs.

33 {
34 int num = 1;
35 if (num == 0)
36 {
37 }
38 if (num == 0)
39 {
40 }
41 string text2;
42 LocalizedText text = Language.GetText("EmojiCommand." + text2);
43 LocalizedText text3 = Language.GetText("ChatCommand.Emoji_1");
44 if (text3 == null || text3 != null)
45 {
46 LocalizedText text4 = Language.GetText("EmojiName." + text2);
47 if (text4 == null || text4 != null)
48 {
49 return;
50 }
51 }
53 }
class f__AnonymousType0<< Count > j__TPar
static LocalizedText GetText(string key)
Definition Language.cs:44

References Terraria.Localization.Language.GetText(), j__TPar, and System.text.

Referenced by Terraria.Initializers.ChatInitializer.Load(), and Terraria.Localization.LanguageManager.LoadLanguage().