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

◆ MouseOver_Expert()

void Terraria.GameContent.Creative.CreativePowers.DifficultySliderPower.MouseOver_Expert ( UIElement affectedElement)
inlineprivate

Definition at line 1119 of file CreativePowers.cs.

1120 {
1121 if (affectedElement.IsMouseHovering)
1122 {
1123 string textValue = Language.GetTextValue("UI.Expert");
1124 Main.instance.MouseTextNoOverride(textValue, 0, 0);
1125 }
1126 }
static string GetTextValue(string key)
Definition Language.cs:15

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

Referenced by Terraria.GameContent.Creative.CreativePowers.DifficultySliderPower.ProvideSlider().