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

◆ RefreshLangStrings()

void GUIChest.RefreshLangStrings ( )
inline

Definition at line 78 of file GUIChest.cs.

79 {
80 int num = this.lastLang;
84 string text;
85 string text2;
86 string text3;
87 string text4;
88 string text5;
89 if ((text == null || text != null) && (text2 == null || text2 != null) && (text3 == null || text3 != null) && (text4 == null || text4 != null) && (text5 == null || text5 != null))
90 {
91 return;
92 }
94 }
class f__AnonymousType0<< Count > j__TPar
int lastLang
Definition GUIChest.cs:243
static GameCulture ActiveCulture
Definition Language.cs:15

References Terraria.Localization.Language.ActiveCulture, j__TPar, lastLang, Terraria.Localization.GameCulture.LegacyId, and System.text.