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() [3/5]

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

Definition at line 436 of file LanguageManager.cs.

437 {
439 Dictionary.Entry[] entries = this._localizedTexts._entries;
440 string text;
441 return text;
442 }
class f__AnonymousType0<< Count > j__TPar
readonly Dictionary< string, LocalizedText > _localizedTexts

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