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

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

Definition at line 427 of file LanguageManager.cs.

428 {
430 Dictionary.Entry[] entries = this._localizedTexts._entries;
431 string text;
432 return text;
433 }
class f__AnonymousType0<< Count > j__TPar
readonly Dictionary< string, LocalizedText > _localizedTexts

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