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_Normal()

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

Definition at line 1749 of file CreativePowers.cs.

1750 {
1751 if (affectedElement.<IsMouseHovering>k__BackingField)
1752 {
1753 string textValue = Language.GetTextValue("UI.Normal");
1754 }
1755 }
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.