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

◆ GetTextValueWith() [1/2]

static string Terraria.Localization.Language.GetTextValueWith ( string key,
object obj )
inlinestatic

Definition at line 104 of file Language.cs.

105 {
106 if (!true)
107 {
108 }
109 LocalizedText localizedText;
110 return localizedText.FormatWith(key);
111 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Localization.LocalizedText.FormatWith(), j__TPar, and System.key.

Referenced by Terraria.GameContent.ShopHelper.AddHappinessReportText(), Terraria.Lang.dialog(), and Terraria.NPC.GetChat().