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

◆ FormatWith() [1/2]

string Terraria.Localization.LocalizedText.FormatWith ( object obj)
inline

Definition at line 45 of file LocalizedText.cs.

46 {
47 string text = this.<Value>k__BackingField;
48 if (!true)
49 {
50 }
52 if (!true)
53 {
54 }
55 string text2;
56 return text2;
57 }
static PropertyDescriptorCollection GetProperties(Type componentType)

References System.ComponentModel.TypeDescriptor.GetProperties(), Terraria.Localization.LocalizedText.k__BackingField, System.obj, System.text, and Terraria.Localization.LocalizedText.Value.

Referenced by Terraria.GameContent.UI.GameTipsDisplay.GameTip.GameTip(), Terraria.Lang.AnglerQuestChat(), Terraria.Lang.AnglerQuestCountChat(), Terraria.Lang.BartenderChat(), Terraria.Lang.BestiaryGirlChat(), Terraria.Lang.BunnyChat(), Terraria.Lang.CatChat(), Terraria.Lang.DogChat(), Terraria.NPC.GetSpecialEventTextIfNotEmpty(), Terraria.Localization.Language.GetTextValueWith(), Terraria.Lang.GolferChat(), Terraria.Lang.PrincessChat(), and Terraria.Lang.SlimeChat().