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

◆ GetTextValue() [4/5]

string Terraria.Localization.LanguageManager.GetTextValue ( string key,
object arg0,
object arg1,
object arg2 )
inline

Definition at line 445 of file LanguageManager.cs.

446 {
448 Dictionary.Entry[] entries = this._localizedTexts._entries;
449 string text;
450 return text;
451 }
class f__AnonymousType0<< Count > j__TPar
readonly Dictionary< string, LocalizedText > _localizedTexts

References Terraria.Localization.LanguageManager._localizedTexts, j__TPar, and System.text.