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

string Terraria.Localization.LanguageManager.GetTextValue ( string key,
params object[] args )
inline

Definition at line 454 of file LanguageManager.cs.

455 {
457 Dictionary.Entry[] entries = this._localizedTexts._entries;
458 string text;
459 return text;
460 }
class f__AnonymousType0<< Count > j__TPar
readonly Dictionary< string, LocalizedText > _localizedTexts

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