terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ MouseOver_Expert()

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

Definition at line 1758 of file CreativePowers.cs.

1759 {
1760 if (affectedElement.<IsMouseHovering>k__BackingField)
1761 {
1762 string textValue = Language.GetTextValue("UI.Expert");
1763 }
1764 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54

References Terraria.Localization.Language.GetTextValue(), j__TPar, and Terraria.GameContent.Creative.CreativePowers.DifficultySliderPower.k__BackingField.