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

◆ MouseOver_Journey()

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

Definition at line 1101 of file CreativePowers.cs.

1102 {
1103 if (affectedElement.IsMouseHovering)
1104 {
1105 string textValue = Language.GetTextValue("UI.Creative");
1106 Main.instance.MouseTextNoOverride(textValue, 0, 0);
1107 }
1108 }
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().