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

◆ AddHappinessReportText()

void Terraria.GameContent.ShopHelper.AddHappinessReportText ( string textKeyInCategory,
[Optional] object substitutes )
inlineprivate

Definition at line 151 of file ShopHelper.cs.

152 {
153 if (!true)
154 {
155 }
156 string text;
157 string textValueWith = Language.GetTextValueWith("TownNPCMood_" + text + "Transformed" + "." + textKeyInCategory, substitutes);
158 string text2 = textValueWith + textValueWith + " ";
159 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValueWith(string key, object obj)
Definition Language.cs:104

References Terraria.Localization.Language.GetTextValueWith(), j__TPar, and System.text.

Referenced by Terraria.GameContent.ShopHelper.IsFarFromHome(), and Terraria.GameContent.ShopHelper.RuinMoodIfHomeless().