Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ShowStats_Attack()

void Terraria.GameContent.Bestiary.NPCStatsReportInfoElement.ShowStats_Attack ( UIElement element)
inlineprivate

Definition at line 265 of file NPCStatsReportInfoElement.cs.

266 {
267 if (element.IsMouseHovering)
268 {
269 Main.instance.MouseText(Language.GetTextValue("BestiaryInfo.Attack"), 0, 0);
270 }
271 }
static string GetTextValue(string key)
Definition Language.cs:15

References Terraria.Localization.Language.GetTextValue(), Terraria.Main.instance, and Terraria.UI.UIElement.IsMouseHovering.

Referenced by Terraria.GameContent.Bestiary.NPCStatsReportInfoElement.ProvideUIElement().