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

◆ MouseOver_Normal()

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

Definition at line 1110 of file CreativePowers.cs.

1111 {
1112 if (affectedElement.IsMouseHovering)
1113 {
1114 string textValue = Language.GetTextValue("UI.Normal");
1115 Main.instance.MouseTextNoOverride(textValue, 0, 0);
1116 }
1117 }
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().