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

◆ MouseOver_Master()

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

Definition at line 1154 of file CreativePowers.cs.

1155 {
1156 if (affectedElement.IsMouseHovering)
1157 {
1158 string textValue = Language.GetTextValue("UI.Master");
1159 Main.instance.MouseTextNoOverride(textValue, 0, 0);
1160 }
1161 }
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.Creative.CreativePowers.DifficultySliderPower.ProvideSlider().

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