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

◆ research_OnUpdate()

void Terraria.GameContent.UI.Elements.UICreativeInfiniteItemsDisplay.research_OnUpdate ( UIElement affectedElement)
inlineprivate

Definition at line 325 of file UICreativeInfiniteItemsDisplay.cs.

326 {
327 if (affectedElement.IsMouseHovering)
328 {
329 Main.instance.MouseText(Language.GetTextValue("CreativePowers.ResearchButtonTooltip"), 0, 0);
330 }
331 }
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.UI.Elements.UICreativeInfiniteItemsDisplay.BuildSacrificeMenuContents().

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