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

◆ MouseOver_Master()

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

Definition at line 1128 of file CreativePowers.cs.

1129 {
1130 if (affectedElement.IsMouseHovering)
1131 {
1132 string textValue = Language.GetTextValue("UI.Master");
1133 Main.instance.MouseTextNoOverride(textValue, 0, 0);
1134 }
1135 }
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().