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

◆ UpdateSliderAndShowMultiplierMouseOver()

void Terraria.GameContent.Creative.CreativePowers.SpawnRateSliderPerPlayerPower.UpdateSliderAndShowMultiplierMouseOver ( UIElement affectedElement)
inlineprivate

Definition at line 2367 of file CreativePowers.cs.

2368 {
2369 if (affectedElement.<IsMouseHovering>k__BackingField)
2370 {
2371 float sliderValue = base.GetSliderValue();
2372 string text2;
2373 string text = "x" + text2;
2374 int myPlayer = Main.myPlayer;
2376 string textValue = Language.GetTextValue(this._powerNameKey + "EnemySpawnsDisabled");
2377 if ("EnemySpawnsDisabled" == null)
2378 {
2379 }
2380 if ("EnemySpawnsDisabled" == null)
2381 {
2382 }
2383 }
2384 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54

References Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower._powerNameKey, Terraria.GameContent.Creative.CreativePowers.SpawnRateSliderPerPlayerPower.GetShouldDisableSpawnsFor(), Terraria.Localization.Language.GetTextValue(), j__TPar, Terraria.GameContent.Creative.CreativePowers.SpawnRateSliderPerPlayerPower.k__BackingField, Terraria.Main.myPlayer, and System.text.