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

◆ ShowDescription()

void Terraria.GameContent.Bestiary.NPCKillCounterInfoElement.ShowDescription ( UIElement element)
inlineprivate

Definition at line 40 of file NPCKillCounterInfoElement.cs.

41 {
42 bool <IsMouseHovering>k__BackingField = element.<IsMouseHovering>k__BackingField;
43 if (<IsMouseHovering>k__BackingField)
44 {
45 if (!<IsMouseHovering>k__BackingField)
46 {
47 }
48 string textValue = Language.GetTextValue("BestiaryInfo.Slain");
49 }
50 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54

References Terraria.Localization.Language.GetTextValue(), and j__TPar.