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

◆ ShowStats_Attack()

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

Definition at line 267 of file NPCStatsReportInfoElement.cs.

268 {
269 if (element.IsMouseHovering)
270 {
271 Main.instance.MouseText(Language.GetTextValue("BestiaryInfo.Attack"), 0, 0);
272 }
273 }
static string GetTextValue(string key)
Retrieves the text value for a specified localization key. The text returned will be for the currentl...
Definition Language.cs:35
Contains methods to access or retrieve localization values. The Localization Guideteaches more about ...
Definition Language.cs:12

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

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function: