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

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

Definition at line 1740 of file CreativePowers.cs.

1741 {
1742 if (affectedElement.<IsMouseHovering>k__BackingField)
1743 {
1744 string textValue = Language.GetTextValue("UI.Creative");
1745 }
1746 }
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.